Support Default Date Format
-
In WordPress, a default date setting can be set for the entire site. However, the plugin does not support this default setting and offers its own settings instead. Would it be possible to give the option to use the default setting here? This can be done with the following code:
$date_format = get_option( 'date_format' );Alternative:
Would it be possible to add the date format DD.MM.YYYY / Month YYYY? The other options are unfortunately unusual in my locale.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Support Default Date Format’ is closed to new replies.