Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. <?php if(ICL_LANGUAGE_CODE=='fr'){ ?> /* When the page is in French */
  2. <time datetime="<?php echo esc_attr(date_format($ts, 'H:i d-m-Y')) ?>"
  3. data-timezone="<?php echo esc_attr($tz_param) ?>"><?php echo ucfirst(date_i18n( 'j F H:i', $ts->getTimeStamp()-(60*60*4))); ?>
  4. </time>
  5. <?php } ?>
  6.  
  7. 1 mars 2019 03:45
  8.  
  9. 1er mars 2019
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement