Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

wordpress get local date

<?php
/**
 * This code just work for wordpress only.
 * use date('G'); for php code
 */
  
echo current_time('mysql'); // return mysql datetime 'Y-m-d H:i:s'
echo current_time('timestamp'); // using timestamp
 
PREVIOUS NEXT
Tagged: #wordpress #local #date
ADD COMMENT
Topic
Name
9+1 =