TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
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
Forums
Monthly Leaders
Forum guidelines
Abdalla Elawad
NA
1k
215.6k
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