Hi, I have a "date Picker" property on my Document Type and I am using XSLT file to select it and display on the page. But the default date format for "date Picker" is like "2009-03-20", actully I want the format is like "20 Mar 2009". How do I convert the format?
How to convert Date format? (problem sovled)
Hi, I have a "date Picker" property on my Document Type and I am using XSLT file to select it and display on the page. But the default date format for "date Picker" is like "2009-03-20", actully I want the format is like "20 Mar 2009". How do I convert the format?
Thanks
You can use the FormatDateTime library funtion.
See http://en.wikibooks.org/wiki/Umbraco/Reference/umbraco.library/FormatDateTime for more details.
Thank you Tommy. it fixed my problem.
is working on a reply...