I want to get the day name (day number is also fine) on my Product.xml.config.
Data is in: root/System/Date
Any ideas how to extend the xml package?
I want to get the day name (day number is also fine) on my Product.xml.config.
Data is in: root/System/Date
Any ideas how to extend the xml package?
before extending code tryCode:<xsl:value-of select="aspdnsf:FormatDate(/root/System/Date, /root/Runtime/LocaleSetting, 'dddd')" />
Great! Thanks.