I'd like to change the date format from m/d/y to d/m/y; is there an easy way to do this?
I'd like to change the date format from m/d/y to d/m/y; is there an easy way to do this?
Never mind, found http://www.zen-cart.com/wiki/index.php/Date_Format
For an international audience, do consider using the unambiguous YYYY-MM-DD format, defined in both ISO 8601 and RFC 3339.
Whereas 08/09/10 represents August 9th in the US, and 8th September in the UK, 2010-09-08 is always interpreted as 2010 September 8th.