tagen
Posts: 19
|
| Posted: 09/23/2007, 4:29 AM |
|
When showing a Popup Date Picker screen in shows the correct values for September 2007 but for October 2007 the October 1st shows as a Sunday, when it should be on a Monday.
Also if I pick a day in October 2007 then it returns the date for September e.g. I pick October 27th 2007 then it returns 09/27/2007.
If I pick a day in November 2007 then it returns the correct date.
I'm using CCS 3.2.0.2 on a Windows Vista Ultimate machine.
The MySQL and Apache also runs on this machine.
Can anyone explain why CCS is doing this?
Many thanks in advance.
|
 |
 |
Edd
Posts: 547
|
| Posted: 09/23/2007, 9:44 PM |
|
Verify the date format of your date field (avoid short dates) mm/dd/yyyyy should be your preference.
Edd
_________________
Accepting and instigating change are life's challenges.
http://www.syntech.com.au |
 |
 |
tagen
Posts: 19
|
| Posted: 09/24/2007, 6:20 AM |
|
Edd, that didn't help.
I have tried a lot of different setups of the date format, but it gave the same result.
I have also found that February 2008 starts on the wrong weekday and selecting any day in February 2008 returns the date in January 2008.
Another strange behavior I have found is, if picking March 27th 2008 the datepicker returns /03/262008, if selecting Marts 26th 2008 then it correctly returns 03/262008 and selecting March 28th 2008 then it also returns the correct value - 03/28/2008.
In the CCS Customer Area there is an example named Timesheet Report which uses the datepicker too and this example also shows and returns the wrong values.
Maybe I should report this to the support?
|
 |
 |
|