Ghost: Incorrect date in toast box after scheduling a post

Created on 3 Aug 2020  路  3Comments  路  Source: TryGhost/Ghost

Issue Summary

incorrect-date

When scheduling a post, the blue toast box incorrectly shows the month number (August -> 8) as the date of scheduled post instead of the actual date selected. This is only a UI bug, the post is scheduled correctly to the date selected.

To Reproduce

  1. Open a draft post in Ghost-Admin and schedule it for a later date and click "Schedule"
  2. Notice the blue toast popup on bottom left with incorrect date (shows month number) as scheduled date, which can be confusing
admin client bug priority

Most helpful comment

Yeah I've found the fix core/client/app/controllers/editor.js:849 had the format as MMM Mo . It needs to be changed to MMM Do . Raising a PR for this

All 3 comments

Yeah I've found the fix core/client/app/controllers/editor.js:849 had the format as MMM Mo . It needs to be changed to MMM Do . Raising a PR for this

Thanks @roshandash411 , the fix is in master now and will be part of next release 馃檶

Was this page helpful?
0 / 5 - 0 ratings