jQuery UI DatePicker date format(WB14)

All WYSIWYG Web Builder support issues that are not covered in the forums below.
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
Post Reply
ssbbstw
 
 
Posts: 81
Joined: Fri Feb 03, 2017 9:49 am

jQuery UI DatePicker date format(WB14)

Post by ssbbstw »

I had change data format to 'yy-mm-dd', but run is 'yy/mm/dd' , Why ?
Image
I'm come from Taiwan.
User avatar
Pablo
 
Posts: 21699
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: jQuery UI DatePicker date format(WB14)

Post by Pablo »

The date format is standard JavaScript functionality. The format will be published "AS IS'.
ssbbstw
 
 
Posts: 81
Joined: Fri Feb 03, 2017 9:49 am

Re: jQuery UI DatePicker date format(WB14)

Post by ssbbstw »

I have test this:
1: Change 'Language' to 'Chinese Traditional' ...
Image

2: Publish html:
Image

3: move source code about: $("#edtiSDate").datepicker("option", $.datepicker.regional['zh-TW']);
to before of </body>
Image

4: run ok!
Image
Last edited by ssbbstw on Mon Mar 18, 2019 2:56 am, edited 1 time in total.
I'm come from Taiwan.
User avatar
Pablo
 
Posts: 21699
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: jQuery UI DatePicker date format(WB14)

Post by Pablo »

Maybe this is related to the 'scheduler' script you have added?
ssbbstw
 
 
Posts: 81
Joined: Fri Feb 03, 2017 9:49 am

Re: jQuery UI DatePicker date format(WB14)

Post by ssbbstw »

OK! I'll test it, Thank you!
I'm come from Taiwan.
Post Reply