Hi,
Wondering if it is possible to format a date type document property to be a different date format. When I use the following in my xslt
Code:<xsl:value-of select="data [@alias = 'PositionCloseDate']"/>
I get a date format in timestamp format eg "2008-03-28T00:00:00". I would like to format it to be "dd/mm/yyyy".
Also, can someone suggest any good online xslt learning resources?
Thanks,
Tony Forgan