• Resolved branksy

    (@branksy)


    Hi,
    Is it possibleto change the Facebook Dates on the review comments to be UK format i.e. dd/mm/yyy (not mm/dd/yyy).
    thanks

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

    (@jgwhite33)

    That’s available in the Pro version or you can edit the following plugin file…

    \public\partials\template_style_1.php

    On line 88, look for this code…

    date(“n/d/Y”,$review->created_time_stamp)

    change it to

    date(“d/n/Y”,$review->created_time_stamp)

    Thread Starter branksy

    (@branksy)

    Many thanks! and for a great plug-in.
    Changed the code as above and worked great.
    Thanks

    Thread Starter branksy

    (@branksy)

    With latest update v8.0 this is now at line 104. Thanks

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

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