• Resolved bw1111

    (@bw1111)


    Hi,

    Is it possible using this plugin to change the date format so it is DD/MM/YYYY rather than having the months first?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author jgwhite33

    (@jgwhite33)

    That is a feature in the Pro version. If you want, I can tell you which plugin file to edit in the free version to get it to work.

    Thread Starter bw1111

    (@bw1111)

    That would be good thank you.

    Plugin Author jgwhite33

    (@jgwhite33)

    In this file…

    \public\partials\template_style_1.php

    on line 73 change it from…

    $datehtml = date("n/d/Y",$review->created_time_stamp);

    to…

    $datehtml = date("d/n/Y",$review->created_time_stamp);

    More info about PHP date here…

    https://www.w3schools.com/php/func_date_date.asp

    Thread Starter bw1111

    (@bw1111)

    Legend! Worked perfect.

    Great plugin by the way!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change Date Format’ is closed to new replies.