Title: UK Date Format
Last modified: June 20, 2019

---

# UK Date Format

 *  Resolved [branksy](https://wordpress.org/support/users/branksy/)
 * (@branksy)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/uk-date-format/)
 * 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](https://wordpress.org/support/users/jgwhite33/)
 * (@jgwhite33)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/uk-date-format/#post-11657988)
 * 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](https://wordpress.org/support/users/branksy/)
 * (@branksy)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/uk-date-format/#post-11660915)
 * Many thanks! and for a great plug-in.
    Changed the code as above and worked great.
   Thanks
 *  Thread Starter [branksy](https://wordpress.org/support/users/branksy/)
 * (@branksy)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/uk-date-format/#post-11819899)
 * 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.

 * ![](https://ps.w.org/wp-facebook-reviews/assets/icon-128x128.png?rev=2722797)
 * [WP Review Slider](https://wordpress.org/plugins/wp-facebook-reviews/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-facebook-reviews/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-facebook-reviews/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-facebook-reviews/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-facebook-reviews/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-facebook-reviews/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [branksy](https://wordpress.org/support/users/branksy/)
 * Last activity: [6 years, 10 months ago](https://wordpress.org/support/topic/uk-date-format/#post-11819899)
 * Status: resolved