Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter JibsouX

    (@jibsoux)

    you must do the same thing as for the campaign details, namely :

    $timeformate = get_option(‘time_format’);
    $campaign_time = strtotime( $campaign_time );
    <?php echo esc_html( date_i18n( $timeformate, $campaign_time ) ); ?>

    instead of

    <?php echo esc_html( $campaign_time );?>

    Line 1449, file wppolitic_campain_addon.php

    Cheers

    • This reply was modified 2 years, 10 months ago by JibsouX.
    • This reply was modified 2 years, 10 months ago by JibsouX.

    Hello @jibsoux

    Thank you so much for finding the issue and providing the solution.
    Hopefully, we will add it to our plugin in the next update.

    We are so thankful to you!

    Best Regards,
    HT Plugins

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘wrong time format display in campaign list page (front)’ is closed to new replies.