Build 3.3.1983.4381 is available for download. It includes:
- Designer - Fix for error that occurred when 'Events' window was closed
- Date format for all date fields can now be set to 'dd/MM/yyyy'
<appSettings> .......................
<add key="DateFormat" value="dd/MM/yyyy"/></appSettings>
Please note that Sql server queries work with format 'yyyy/MM/dd'. If you are using the new format, all sql queries will have to be modified to use 'convert' function. Stadium format conditions with date values will also have to be changed to conform to dd/MM/yyyy format.
No comments:
Post a Comment