Display Local Time
-
To display my local time I changed the plugin code from
$formated_date = __( 'Y/m/d g:i:s a' );
to$formated_date = get_option( 'date_format' );
. How to override this by a function in my theme functions.php?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Display Local Time’ is closed to new replies.