0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Merge pull request #870 from matthojo/Date-Shortcut

This commit is contained in:
Hannah Wolfe 2013-09-26 11:58:52 +01:00
commit f45d362b95

View file

@ -113,6 +113,8 @@
break;
case "currentDate":
md = moment(new Date()).format("D MMMM YYYY");
this.elem.replaceSelection(md, "end");
pass = false;
break;
default:
if (this.options.syntax[this.style]) {