MrB77
13 years agoMaven
REST API Date Format
Hi We use REST API for our webpages. We display the latest threads with the date. The Date Format ist 14-2-2012 Can I change it somewhere to 14.2.2012 or 14 Feb. 2012 Thanks Jan
Have a look at this thread and specifically this post for some help on using Freemarker to manipulate dates:
http://lithosphere.lithium.com/t5/Developers/How-to-format-date-time-output-nicely/m-p/43912#M1224
If you post your current code, I may be able to provide a more specific example.