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.3k
how to Disable Friday from datepicker
Dec 8 2019 12:27 AM
Hello Programmers
how can i disable Friday from datepicker and the selection option start with Saturday to Thursday only
<script type='text/javascript'>
$(function () {
$('.col-sm-4.date').datepicker({
format: 'dd/mm/yyyy',
startDate: new Date()
});
});
</script>
Reply
Answers (
6
)
I cannot get my listView to display my database
Deserialize XML - Ignore Element - HowTo?