• Resolved Jonas

    (@flinnn)


    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)
  • Plugin Author SAASPROJECT

    (@masaakitanaka)

    Hello,

    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’ );

    Sorry our plugin cannot possible it. but we’ll support the “DD.MM.YYYY” and “Month YYYY” in the next version.

    Thank you.

    Thread Starter Jonas

    (@flinnn)

    Thank you so much 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Support Default Date Format’ is closed to new replies.