Hi all !how can i display the date - time in greek in 24 hours format, using php ?Thank you in advanceChris
Hi armpouniotis, date and time are server issue. So, Your server must have installed your localization (Greek). Like "language Settings" on Windows.
DEFINE('_GEM_DATE_FORMLC', "%A, %d %B %Y"); //Note: Uses PHP's strftime Command FormatDEFINE('_GEM_DATE_FORMLC2', "%A, %d %B %Y %H:%M");