Title: Change Date Format
Last modified: March 20, 2020

---

# Change Date Format

 *  Resolved [bw1111](https://wordpress.org/support/users/bw1111/)
 * (@bw1111)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/change-date-format-66/)
 * 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](https://wordpress.org/support/users/jgwhite33/)
 * (@jgwhite33)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/change-date-format-66/#post-12566210)
 * 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](https://wordpress.org/support/users/bw1111/)
 * (@bw1111)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/change-date-format-66/#post-12566778)
 * That would be good thank you.
 *  Plugin Author [jgwhite33](https://wordpress.org/support/users/jgwhite33/)
 * (@jgwhite33)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/change-date-format-66/#post-12568592)
 * 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](https://www.w3schools.com/php/func_date_date.asp)
 *  Thread Starter [bw1111](https://wordpress.org/support/users/bw1111/)
 * (@bw1111)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/change-date-format-66/#post-12569396)
 * 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.

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

 * 4 replies
 * 2 participants
 * Last reply from: [bw1111](https://wordpress.org/support/users/bw1111/)
 * Last activity: [6 years, 4 months ago](https://wordpress.org/support/topic/change-date-format-66/#post-12569396)
 * Status: resolved