GochiSiyan

change date format

Mar 23rd, 2021
356
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. <li class="amp-wp-posted-on">
  2. <time datetime="<?php echo esc_attr( date( 'c', $this->get( 'post_publish_timestamp' ) ) ); ?>">
  3. <?php
  4. printf( __( 'Updated: %s', 'amp' ), get_the_modified_date() );
  5. ?>
  6. </time>
  7. </li>
  8.  
Advertisement
Add Comment
Please, Sign In to add comment