
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.
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
This PR should fix it. https://github.com/TryGhost/Ghost-Admin/pull/1663
Thanks @roshandash411 , the fix is in master now and will be part of next release 馃檶
Most helpful comment
Yeah I've found the fix
core/client/app/controllers/editor.js:849had the format asMMM Mo. It needs to be changed toMMM Do. Raising a PR for this