wdtobibur

Wordpress Time Function Code

Sep 25th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.39 KB | None | 0 0
  1. #### This Is Code For Time Function.....
  2.     Use It      ===  Display
  3. the_time('ydm') === 172409             
  4. the_time('y/d/m'); ===  17/24/09
  5. the_time('Y/d/m'); ===  2017/24/09
  6. the_time('Y/D/m'); ===  2017/Sun/09
  7. the_time('Y/D/M'); === 2017/Sun/Sep
  8. the_time('Y/D/F'); ====  2017/Sun/September
  9. the_time('F d, Y'); === September 24, 2017
  10. the_time('F d, Y | g:i a'); ==== September 24, 2017 | 3:59 pm
Add Comment
Please, Sign In to add comment