• Hello!

    I use this code to display the current date:

    <?php
    $date_format = 'l ,  j  F Y';
    ?>
    <?php  echo date_i18n( $date_format , current_time( 'timestamp' ) ); ?>

    But unfortunately it displays the date in English! How can i display it in Greek?

    P.S. The WordPress is installed in: en_US

  • The topic ‘How to display the current date in Greek?’ is closed to new replies.