Page 1 of 1
jQuery UI DatePicker date format(WB14)
Posted: Sun Mar 17, 2019 9:26 am
by ssbbstw
I had change data format to 'yy-mm-dd', but run is 'yy/mm/dd' , Why ?

Re: jQuery UI DatePicker date format(WB14)
Posted: Sun Mar 17, 2019 12:17 pm
by Pablo
The date format is standard JavaScript functionality. The format will be published "AS IS'.
Re: jQuery UI DatePicker date format(WB14)
Posted: Sun Mar 17, 2019 3:31 pm
by ssbbstw
I have test this:
1: Change 'Language' to 'Chinese Traditional' ...
2: Publish html:
3: move source code about: $("#edtiSDate").datepicker("option", $.datepicker.regional['zh-TW']);
to before of </body>
4: run ok!

Re: jQuery UI DatePicker date format(WB14)
Posted: Sun Mar 17, 2019 4:43 pm
by Pablo
Maybe this is related to the 'scheduler' script you have added?
Re: jQuery UI DatePicker date format(WB14)
Posted: Mon Mar 18, 2019 2:57 am
by ssbbstw
OK! I'll test it, Thank you!