Datepicker with non English month names

Modifies the standard Date Prompt to open an interactive calendar in a small overlay.
Post Reply
norman
Site Admin
Posts: 1252
Joined: Sat Feb 07, 2004 9:55 pm

Datepicker with non English month names

Post by norman »

If you've changed the names of the months in SellerDeck (via Design / Text / Web Site / Months) then you need to tell Datepicker to use the same set of month names. Example below for French.

Do this via Settings / Site Options / Prompts / Datepicker.
Copy / Paste the following into Extra Params:

Code: Select all

monthNames:["Janvier","Février","Mars","Avril","Mai","Juin","Juillet","Août","Septembre","Octobre","Novembre","Decembre"]
Make sure the names exactly match those in Design / Text / Web Site / Months.

Update the site and check that its working - especially any months with accented characters.
Norman
Post Reply