sethwb
08-20-2009, 12:31 AM
I've got this statement that says,
<xsl:value-of select="LAUNCHDATE"/>
Unfortunately the format of the launch date is very ugly:
2009-08-19 00:00:00.0
Is there an easy way to just truncate that timestamp (the part that says 00:00:00.0)?
<xsl:value-of select="LAUNCHDATE"/>
Unfortunately the format of the launch date is very ugly:
2009-08-19 00:00:00.0
Is there an easy way to just truncate that timestamp (the part that says 00:00:00.0)?