Slopey
Posts: 33
|
| Posted: 08/31/2006, 3:18 AM |
|
Hi All,
I'm having an issue with the Calendar Form in CCS. If I want to pass the CurrentProcessingDate from the calendar, it's a different format depening which day of the month I select.
For example, if I select the 4th September 2006, in the query string for the CurrentProcessingDate, I get:
4/9/2006
but if I then select the 27th September 2006, I get:
9/27/2006
Why is it changing between dd/mm/yyyy and mm/dd/yyyy??? Is there any way to force it one way or the other?
|
 |
 |
Slopey
Posts: 33
|
| Posted: 08/31/2006, 4:01 AM |
|
Never mind - wierdo server configuration problem - had to use Session.LCID = 2057 to force it.
|
 |
 |
|