
jQuery UI DatePicker date format(WB14)
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
jQuery UI DatePicker date format(WB14)
I had change data format to 'yy-mm-dd', but run is 'yy/mm/dd' , Why ?


I'm come from Taiwan.
Re: jQuery UI DatePicker date format(WB14)
The date format is standard JavaScript functionality. The format will be published "AS IS'.
Re: jQuery UI DatePicker date format(WB14)
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!

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!

Last edited by ssbbstw on Mon Mar 18, 2019 2:56 am, edited 1 time in total.
I'm come from Taiwan.
Re: jQuery UI DatePicker date format(WB14)
Maybe this is related to the 'scheduler' script you have added?