Add "DateFormat" attribute to XML file
Posted: 2009-05-22 07:46:00
The XML file export contains the date values which are formatted according to the settings of the system on which AMC resides.
The template which I have created is able to sort on dates but it can not know the date format which is used upon storing the XML information.
Right now a manual setting is required to cope with the different date formats. To automate a correct date format selection it would need an additional attribute value which describes the date format in use. For example:
Alternatively it can be put as a new attribute of the 'Properties' line.
Is it possible to add this information in an upcoming version of AMC?
The template which I have created is able to sort on dates but it can not know the date format which is used upon storing the XML information.
Right now a manual setting is required to cope with the different date formats. To automate a correct date format selection it would need an additional attribute value which describes the date format in use. For example:
Code: Select all
<AntMovieCatalog Format="35" Version="3.5.1 (2009-02-01)" Date="22-05-2009 00:01:02" DateFormat="dd-MM-yyyy">
Is it possible to add this information in an upcoming version of AMC?