View previous topic :: View next topic |
Author |
Message |
massimogentilini
Joined: 17 Jul 2006 Posts: 7
|
Posted: Mon Jul 17, 2006 1:51 pm Post subject: Problem with slovak culture |
|
|
We have a problem with slovak culture.
We have created a .aspx page that localize the calendar with the proper formatting option getting them from the culture of logged on user.
Problem is that for SLOVAK culture the date is defined as
d. m. yyyy
Note that there are some spaces, so the dates becomes
01. 1. 2006 (january 1st)
25. 12. 2006 (xmas)
The popcalendar does not support this format and so when opening it do not parse the date inserted in the textbox and our application fails with dates inserted from slovak customers using popcalendar.
Any suggestion? If you need a repro I've a stand alone one available.
Regards
Massimo
|
|
Back to top |
|
|
calendarxp Site Admin
Joined: 30 Jan 2005 Posts: 409
|
Posted: Mon Jul 17, 2006 10:25 pm Post subject: |
|
|
Well, it's supported. You just need to set the options as following:
Code: | var gsSplit=". ";
var giDatePos=0;
var gbPadZero=true; |
_________________ Copyright 2003-2011 Idemfactor Solutions, Inc. All rights reserved. |
|
Back to top |
|
|
massimogentilini
Joined: 17 Jul 2006 Posts: 7
|
Posted: Tue Jul 18, 2006 7:17 am Post subject: |
|
|
Thank you, I was thinking you could use just one character as date splitter.
Ciao
Massimo
|
|
Back to top |
|
|
|