NiceThemesTime format for opening hors – NiceThemes http://nicethemeswp.com/forums/topic/time-format-for-opening-hors/feed/ Wed, 23 Apr 2025 13:18:40 +0000 http://bbpress.org/?v=2.5.12-6148 en-US http://nicethemeswp.com/forums/topic/time-format-for-opening-hors/#post-414 <![CDATA[Time format for opening hors]]> http://nicethemeswp.com/forums/topic/time-format-for-opening-hors/#post-414 Tue, 22 Jan 2013 22:23:03 +0000 creazionweb 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.

]]>
http://nicethemeswp.com/forums/topic/time-format-for-opening-hors/#post-418 <![CDATA[Reply To: Time format for opening hors]]> http://nicethemeswp.com/forums/topic/time-format-for-opening-hors/#post-418 Tue, 22 Jan 2013 22:44:22 +0000 Juanfra Aldasoro 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.

]]>
http://nicethemeswp.com/forums/topic/time-format-for-opening-hors/#post-442 <![CDATA[Reply To: Time format for opening hors]]> http://nicethemeswp.com/forums/topic/time-format-for-opening-hors/#post-442 Thu, 24 Jan 2013 10:19:25 +0000 creazionweb Thank you very much 🙂

]]>
http://nicethemeswp.com/forums/topic/time-format-for-opening-hors/#post-444 <![CDATA[Reply To: Time format for opening hors]]> http://nicethemeswp.com/forums/topic/time-format-for-opening-hors/#post-444 Thu, 24 Jan 2013 13:17:02 +0000 Juanfra Aldasoro No worries 🙂

Have a great day,
Juan.

]]>