Wordpress the_time() - Spanish Format


/ Published in: PHP
Save to your folder(s)

Always forget the correct way of putting this.


Copy this code and paste it in your HTML
  1. <?php
  2. /*The Time*/
  3. ?>
  4.  
  5. <span class="date"><?php the_time('j \d\e F \d\e Y');?></span>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.