Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

wordpress get default date format

$date_format = get_option( 'date_format' ); // e.g. "F j, Y"
$time_format = get_option( 'time_format' ); // e.g. "H:i:s"
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #wordpress #default #date #format
ADD COMMENT
Topic
Name
6+8 =