• Resolved fredlemi

    (@fredlemi)


    Hello ! I’m using the Facebook event functionality.

    I am looking for a way to display the date in the French format dd mm yy (and not mm dd yy) and the time in a 24 hour format. Is this possible?

    Thank you in advance for your reply.

Viewing 1 replies (of 1 total)
  • Thread Starter fredlemi

    (@fredlemi)

    I have found the solution. For those interested, simply edit the core-functions.php file located in easy-facebook-likebox-premium\bookfrontend\includes.

    Line 686, replace the value of :

    default:
    $print = date_i18n('<k>d M Y, </k>G:i', $original);
    break;

    with the form you require.

Viewing 1 replies (of 1 total)
  • The topic ‘Date & time format’ is closed to new replies.