Monday 28 May 2012

Stadium4 Release : 4.1.2119.4736

Build 4.1.2119.4736 is available for download. It includes:
  • Designer - Fix for error that occurred when 'Events' window was closed
  • Chart control - Small changes to visual display
  • Grid control - Height and width in percentages now work
  • Menu item editor - Auto populates 'Text' property when 'DestinationPage' is selected
  • Date Format - Date format for all date fields can now be set to 'dd/MM/yyyy'
All date fields till now have always been displayed in 'yyyy/MM/dd' format. This can now be changed to 'dd/MM/yyyy' by adding below setting in web.config:

    <appSettings>     .......................
        <add key="DateFormat" value="dd/MM/yyyy"/>
    </appSettings>

This setting will be in web.config file for a clean install but needs to be added for an upgrade.

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.

No comments:

Post a Comment