Time format for opening hors

This support request was posted in BBQ by creazionweb

Request ID #414 Resolved
  • Hi,

    About opening hours, is it possible to display a different time format ?
    In demonstration i see : 08:00 AM – 08:08 PM

    I’m in France and I want to display : 08h00 – 20h00.

    Thank you for your response.

    Hello,

    This is possible with a little coding. You should replace line #367 of the file /includes/functions.php from this:

    foreach ( $hours as $from => $to ) $html .= date('h:i A', strtotime( $from ) ) . ' — ' . date('h:i A', strtotime( $to ) ) . '
    ';

    To this:

    foreach ( $hours as $from => $to ) $html .= date('H\hi', strtotime( $from ) ) . ' — ' . date('H\hi', strtotime( $to ) ) . '
    ';

    No problem 🙂

    Au revoir,
    Juan.

    Thank you very much 🙂

    Juanfra Aldasoro

    No worries 🙂

    Have a great day,
    Juan.

Viewing 4 posts - 1 through 4 (of 4 total)

This topic is marked as resolved

Only the topic author can re-open this thread.

Login to your Account

Welcome back! Please log in to your account by filling the fields below:

Forgot?

Not a member? Create a free account.

Create a Free Account

You're 27 seconds away from some awesome WordPress free stuff, benefits and more. Create a free account and have access to our free products, benefits and more!

Already have an account? Log in
Secure Server