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.
|