Possible Duplicate:
Jquery datepicker - only day and month
I'm using Jquery datepicker on my new website, but I need to select only day and month...
Any ideas ?
Thanks
Possible Duplicate:
Jquery datepicker - only day and month
I'm using Jquery datepicker on my new website, but I need to select only day and month...
Any ideas ?
Thanks
http://jqueryui.com/demos/datepicker/#option-dateFormat
$( ".selector" ).datepicker({ dateFormat: "mm-dd" });