Hi,
This is a question for XSLT 2 format-dateTime function.
Please can anyone tell me how to make A.M./P.M. display with not dots/periods (AM/PM)?
<xsl:variable name="ampm" select="format-dateTime(DATE, '[PN]')"/>
The below code returns blank?
<xsl:value-of select="replace($ampm,'.','')"/>
Thanks, Will