Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Dates


TracyJane

Recommended Posts

or in /catalog/engish.php

@setlocale(LC_TIME, 'nl_NL.ISO_8859-1');	// NL

define('DATE_FORMAT_SHORT', '%d.%m.%Y');	// this is used for strftime()
define('DATE_FORMAT_LONG', '%A, %d. %B %Y');	// this is used for strftime()
define('DATE_FORMAT', 'd.m.Y'); 	 // this is used for strftime()
define('DATE_TIME_FORMAT', DATE_FORMAT_SHORT . ' %H:%M:%S');

"If you're working on something new, then you are necessarily an amateur."

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...