Is it possible to change date format in date time picker?

后端 未结 7 792
刺人心
刺人心 2021-01-13 03:12

I found a great date time picker based on jQuery-ui http://trentrichardson.com/examples/timepicker/, but suddenly realized that i can\'t modify date format... Tried somethin

7条回答
  •  甜味超标
    2021-01-13 03:39

    yes it is possible to format the date. Refer the link given in this API

    $.datepicker.formatTime(format, timeObj, options)
    

    Refer the Formatting tab in this url. At the bottom of page u find the option to format a date

提交回复
热议问题