Title: Date/Time functions
Last modified: August 21, 2016

---

# Date/Time functions

 *  Resolved [Mauricio Vittorazzi](https://wordpress.org/support/users/mvittorazzi/)
 * (@mvittorazzi)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/datetime-functions/)
 * Hi.
 * I’ve noticed that after I changed my date and time format on the configurations
   tab, the date/time info on posts, pages, reviews, videos and so on hasn’t changed.
   I looked into the template files and noticed also that the function is using 
   a date/time format by default and that’s blocking the wordpress configuration.
 * For example, if you look into content-single.php, on the line 5, you will see:
 * `<?php the_time(' F j, y '); ?> |`
 * If I make a simple change to this, it works live heaven:
 * `<?php the_date(); ?> - <?php the_time(); ?> |`
 * I think the code should be changed to get the parameters from the system, not
   to show a default date format (Which I don’t use, as I’m brazilian).

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

 *  Theme Author [alex27](https://wordpress.org/support/users/alex27/)
 * (@alex27)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/datetime-functions/#post-3975120)
 * You’re right, it’s already on my list 🙂
 *  Thread Starter [Mauricio Vittorazzi](https://wordpress.org/support/users/mvittorazzi/)
 * (@mvittorazzi)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/datetime-functions/#post-3975123)
 * Thanks’ alex27!

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

The topic ‘Date/Time functions’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/gamepress/1.0.5/screenshot.png)
 * GamePress
 * [Support Threads](https://wordpress.org/support/theme/gamepress/)
 * [Active Topics](https://wordpress.org/support/theme/gamepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/gamepress/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/gamepress/reviews/)

## Tags

 * [date](https://wordpress.org/support/topic-tag/date/)
 * [format](https://wordpress.org/support/topic-tag/format/)
 * [function](https://wordpress.org/support/topic-tag/function/)
 * [time](https://wordpress.org/support/topic-tag/time/)

 * 2 replies
 * 2 participants
 * Last reply from: [Mauricio Vittorazzi](https://wordpress.org/support/users/mvittorazzi/)
 * Last activity: [12 years, 10 months ago](https://wordpress.org/support/topic/datetime-functions/#post-3975123)
 * Status: resolved