• Is there any way to change the displayed date format for reviews? It defaults to the US format of mm/dd/yy, but I need it to be dd/mm/yy. Is there any way to change this or for this to be added as a configurable setting?

    Thanks.

Viewing 1 replies (of 1 total)
  • Plugin Author jgwhite33

    (@jgwhite33)

    That’s in the pro version. You can change it in the free version in this file….

    \public\partials\template_style_1.php around line 79 change this….
    echo date(“n/d/Y”,$review->created_time_stamp);

Viewing 1 replies (of 1 total)
  • The topic ‘Displayed date format’ is closed to new replies.