Hi
I need an xsl directive to format a date stored in an xml file as yyyy-mm-ddThh:mm:ss.
Example
2001-12-01T09:02:56
I want to display this date like this
dd/mm/yyyy not showing the time.
Example
01/12/2001
How would I acomplish this without formatting the data before writing the xml file. I'm using the generic format ADO generates when firing the RecordSet.Save event.
I have to use this (generic) format so a custom format is not an option.
I acquire the data
Issue the RecordSet.Save file to get the xml
apply the formatting to the generic xml file via xsl.
Thank you in advance
caf
I need an xsl directive to format a date stored in an xml file as yyyy-mm-ddThh:mm:ss.
Example
2001-12-01T09:02:56
I want to display this date like this
dd/mm/yyyy not showing the time.
Example
01/12/2001
How would I acomplish this without formatting the data before writing the xml file. I'm using the generic format ADO generates when firing the RecordSet.Save event.
I have to use this (generic) format so a custom format is not an option.
I acquire the data
Issue the RecordSet.Save file to get the xml
apply the formatting to the generic xml file via xsl.
Thank you in advance
caf