{gdata id=|iLW15Ad7xlU|}

Value:

Blank

Output:

calendar

The language format is changed in the language file for Contact Enhanced.

Please follow these instructions:

 

For Joomla 1.5
Open: [Path to Joomla 1.5]/language/en-GB/en-GB.com_contact_enhanced.ini
Change:

CF_DATE_FORMAT=%m-%d-%Y

to:

CF_DATE_FORMAT=%d-%m-%Y


For Joomla 1.6
Open: [Path to Joomla 1.6]/language/en-GB/en-GB.com_contactenhanced.ini
Change:

CE_CF_DATE_FORMAT="%m-%d-%Y"

to:

CE_CF_DATE_FORMAT="%d-%m-%Y"


In order to avoid confusion you can use %b (abbreviated month name) instead of %m;

All available date formating options:
%a — abbreviated weekday name
%A — full weekday name
%b — abbreviated month name
%B — full month name
%C — the century number
%d — the day of the month (range 01 to 31)
%e — the day of the month (range 1 to 31)
%H — hour, range 00 to 23 (24h format)
%I — hour, range 01 to 12 (12h format)
%j — day of the year (range 001 to 366)
%k — hour, range 0 to 23 (24h format)
%l — hour, range 1 to 12 (12h format)
%m — month, range 01 to 12
%o — month, range 1 to 12
%M — minute, range 00 to 59
%n — a newline character
%p — PM or AM
%P — pm or am
%s — UNIX time (number of seconds since 1970-01-01)
%S — seconds, range 00 to 59
%t — a tab character
%W — week number
%u — the day of the week (range 1 to 7, 1 = MON)
%w — the day of the week (range 0 to 6, 0 = SUN)
%y — year without the century (range 00 to 99)
%Y — year with the century
%% — a literal '%' character