Results 1 to 2 of 2
Thread: UK dates/time
-
10-02-2008, 08:56 AM #1Rob Guest
UK dates/time
I currently have a test version and wondered if the date and time format can be changed within the application to reflect UK format (dd/mm/yyyy).
Thanks
-
10-03-2008, 08:49 AM #2
Administrator
- Join Date
- Mar 2007
- Location
- Prezza Technologies
- Posts
- 225
Rob,
Checkbox does not do any massaging of date formats for display, except to control the precision of the dates displayed (e.g. whether to show minutes, seconds, etc.).
In a survey, you can specify whether the date input should accept EU, US, or both date formats, but in terms of how dates are displayed elsewhere in places like the survey manager, etc. the date format depends on the web server's localization settings.
To change this for the Checkbox application you can globally change the web server settings or you can modify the Checkbox web.config file and change the <globalization /> element used by ASP.NET. This element can be found in the <system.web /> section of the web.config file.


LinkBack URL
About LinkBacks
Reply With Quote