0

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

Community
  • 1
  • 1
PJ Bergeron
  • 2,788
  • 4
  • 25
  • 42

1 Answers1

0

http://jqueryui.com/demos/datepicker/#option-dateFormat

$( ".selector" ).datepicker({ dateFormat: "mm-dd" });
bcmcfc
  • 25,966
  • 29
  • 109
  • 181