about 7 years ago
Sometime you may need to use the jQuery calender in some project. you writes the following code:
jQuery( ".in_time" ).datepicker();
and it gives you:
1- if you need to show all the dates which are previous to the current date: If todays date is (11-Dec-2013)
jQuery( ".in_time" ).datepicker({ maxDate: 0 });
It will output you
2- if you need to format the date you can use: If todays date is (12-Dec-2013)
jQuery( ".in_time" ).datepicker({ maxDate: -1, dateFormat: 'dd-mm-yy' });
Starting with Chrome version 45, NPAPI is no longer supported for Google Chrome. For more information, see Chrome and NPAPI (blog.chromium.org).
Firefox and Microsoft Internet Explorer are recommended browsers for websites using java applets.
Chrome Version Support
Are you sure, you want to delete this comment?
Sign up using
0 Comment(s)