Click here to Skip to main content
16,022,875 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

I have set the defaultDate of jquery calendar like as :

defaultDate: +15

please let me know how to highlight that date. I have gone through the google and did not find any specific answer.


Thanks
Posted
Comments
Suvendu Shekhar Giri 12-Jan-16 0:27am    
Show what have you tried so far?
DT_2 12-Jan-16 0:38am    
Below code I have done so far:

$("#txtFirstRegularPayment").datepicker({
dateFormat: 'dd/mm/yy',
buttonImage: '../Content/images/manage_events.png',
buttonImageOnly: true,
changeMonth: true,
changeYear: true,
showOn: 'both',
//maxDate: +15,
defaultDate: '+15d'
});

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900