Will Web 3.0 Replace Web 2.0?
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forum guidelines
Abdalla Elawad
1.2k
1k
186.2k
how can i disable date Friday and Saturday
Dec 29 2019 12:47 AM
HELLO PROGRAMMER
how can i disable date Friday and Saturday using like below
<script type=
"text/javascript"
>
var
dateToday =
new
Date();
$(document).ready(
function
() {
var
dp = $(
"#DateTextbox"
);
dp.datepicker({
changeMonth:
true
,
changeYear:
true
,
minDate: dateToday,
format:
"dd.mm.yyyy"
,
maxDate:(2019,12,3),
language:
"tr"
,
beforeShowDay:
function
(date) {
var
show =
true
;
if
(date.getDay() == 5) show =
false
return
[show];
}
});
});
Reply
Answers (
2
)
push notification to android using c#
How to switch program in task manager while PC is turn