You can change the date and time format in the Easy Calendar language file. If you open the language file, you will see the following two lines:
define('EC_DATE_FORMAT', '%d-%m-%Y');
define('EC_TIME_FORMAT', '%H:%M');
You can change the date format three. You can use anything that is listed on the following page: www.php.net/strftime.
| Next > |
|---|