Title: Date format not displaying correctly
Last modified: December 8, 2018

---

# Date format not displaying correctly

 *  Resolved [duncanstephen](https://wordpress.org/support/users/duncanstephen/)
 * (@duncanstephen)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/date-format-not-displaying-correctly/)
 * I have noticed that the date format is not displaying correctly, possibly since
   the upgrade to 5.0.
 * I have set the date to display as `j F Y`, which should return a date that looks
   like “8 December 2018”. But it displays instead as “8 Dec 2018”. I have experimented
   with editing the format string without success.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fdate-format-not-displaying-correctly%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/topic/date-format-not-displaying-correctly/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/date-format-not-displaying-correctly/page/2/?output_format=md)

 *  [Anders Norén](https://wordpress.org/support/users/anlino/)
 * (@anlino)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/date-format-not-displaying-correctly/#post-10961719)
 * Hi [@duncanstephen](https://wordpress.org/support/users/duncanstephen/),
 * Just to make sure, can you post the code used to output the date? I’m not getting
   the same issue on 5.0.
 * — Anders
 *  Thread Starter [duncanstephen](https://wordpress.org/support/users/duncanstephen/)
 * (@duncanstephen)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/date-format-not-displaying-correctly/#post-10961725)
 * Hi [@anlino](https://wordpress.org/support/users/anlino/), thanks for your reply.
 * Here’s the code I’m using to output the date.
 * `<?php the_time(get_option('date_format')); ?>`
 * I’ll also point out that when I try to edit the date format under General Settings
   in the admin interface, the preview also displays incorrectly even though I have
   set it as `j F Y`.
 *  [Anders Norén](https://wordpress.org/support/users/anlino/)
 * (@anlino)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/date-format-not-displaying-correctly/#post-10961730)
 * [@duncanstephen](https://wordpress.org/support/users/duncanstephen/) Can you 
   try activating one of the default themes and deactivating any plugins you’re 
   running, one at a time, to see if that resolves the issue?
 *  Thread Starter [duncanstephen](https://wordpress.org/support/users/duncanstephen/)
 * (@duncanstephen)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/date-format-not-displaying-correctly/#post-10963881)
 * [@anlino](https://wordpress.org/support/users/anlino/) – Thanks for the suggestion
   Anders. I have tried deactivating each of the plugins I’m running, and activated
   the Twenty Nineteen theme. But the issue persists.
 * Another thing that I forgot to mention previously is that I’m running multisite,
   and the issue exists in each site in the network.
 *  [daveoxton](https://wordpress.org/support/users/daveoxton/)
 * (@daveoxton)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/date-format-not-displaying-correctly/#post-10964190)
 * I too have the same problem whereby despite using **jS F Y** it refuses to display
   the “Textual Full” version of the month, instead of “December” I get “Dec”.
 * I have reverted to a default theme and removed all plugins without success. I
   only noticed this today but am not sure if this happened with the upgrade to 
   WordPress 5.0 or if it was prior to this and I just didn’t notice it.
 *  [Anders Norén](https://wordpress.org/support/users/anlino/)
 * (@anlino)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/date-format-not-displaying-correctly/#post-10964419)
 * [@daveoxton](https://wordpress.org/support/users/daveoxton/) Are you also running
   multisite?
 *  Thread Starter [duncanstephen](https://wordpress.org/support/users/duncanstephen/)
 * (@duncanstephen)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/date-format-not-displaying-correctly/#post-10964639)
 * I have experimented a bit with different format strings, with some interesting
   results, which may help with debugging.
 * `F` outputs “Dec”
 * `FF` outputs “DecDecember”
 * But placing F after any other letter doesn’t have the same effect. For example:
 * `j F YF` outputs “9 Dec 2018Dec”
 * I also tried changing the code that outputs the date to `<?php the_time('j F 
   Y')); ?>` — but this has the same problem.
    -  This reply was modified 7 years, 5 months ago by [duncanstephen](https://wordpress.org/support/users/duncanstephen/).
 *  [daveoxton](https://wordpress.org/support/users/daveoxton/)
 * (@daveoxton)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/date-format-not-displaying-correctly/#post-10964665)
 * [@anlino](https://wordpress.org/support/users/anlino/) No I am not running multisite.
 *  [daveoxton](https://wordpress.org/support/users/daveoxton/)
 * (@daveoxton)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/date-format-not-displaying-correctly/#post-10964676)
 * Have just been experimenting with WordPress to try to solve this problem and 
   have noticed that if the Site Language is set to English (UK) then the problem
   persists. However, if I change it to English (United States) then this solves
   the problem – **jS F Y** gives me December as it should.
 *  Thread Starter [duncanstephen](https://wordpress.org/support/users/duncanstephen/)
 * (@duncanstephen)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/date-format-not-displaying-correctly/#post-10964974)
 * [@daveoxton](https://wordpress.org/support/users/daveoxton/) – Excellent detective
   work. I can confirm that after changing the Site Language to English (United 
   States), the date format displays correctly for me as well.
 *  [Anders Norén](https://wordpress.org/support/users/anlino/)
 * (@anlino)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/date-format-not-displaying-correctly/#post-10967159)
 * [@daveoxton](https://wordpress.org/support/users/daveoxton/) [@duncanstephen](https://wordpress.org/support/users/duncanstephen/)
   Awesome. I’ve asked the people in the #polyglots (localization) Slack channel
   to take a look at it.
 *  [Anders Norén](https://wordpress.org/support/users/anlino/)
 * (@anlino)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/date-format-not-displaying-correctly/#post-10968551)
 * [@daveoxton](https://wordpress.org/support/users/daveoxton/) [@duncanstephen](https://wordpress.org/support/users/duncanstephen/)
   A translation update should become available in the Dashboard → Updates screen
   within two hours, and installing it should fix the issue. Thanks for reporting
   it!
 *  Thread Starter [duncanstephen](https://wordpress.org/support/users/duncanstephen/)
 * (@duncanstephen)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/date-format-not-displaying-correctly/#post-10970089)
 * [@anlino](https://wordpress.org/support/users/anlino/) – Many thanks for all 
   your help. I have now updated the translation and the issue is now fixed for 
   me.
 *  [daveoxton](https://wordpress.org/support/users/daveoxton/)
 * (@daveoxton)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/date-format-not-displaying-correctly/#post-10971752)
 * All fixed here too – many thanks one & all!!
 *  [nicola7](https://wordpress.org/support/users/nicola7/)
 * (@nicola7)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/date-format-not-displaying-correctly/#post-10984983)
 * Hello.
    Did you guys check other languages? The problem persists in Italian.

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/topic/date-format-not-displaying-correctly/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/date-format-not-displaying-correctly/page/2/?output_format=md)

The topic ‘Date format not displaying correctly’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 18 replies
 * 5 participants
 * Last reply from: [dgPixel](https://wordpress.org/support/users/dgpixel/)
 * Last activity: [7 years, 5 months ago](https://wordpress.org/support/topic/date-format-not-displaying-correctly/page/2/#post-10987727)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
