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?