We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49f0f94 commit 4b01b74Copy full SHA for 4b01b74
DOC.md
@@ -248,7 +248,7 @@ const date = new Date('1976-03-20');
248
249
const formatted = this.$morphDateFormat(date, 'MMM dd, yyyy');
250
const year = this.$morphDateFormat(date, 'yyyy');
251
-const time = this.$morphDateFormat(new Date(), 'hh:mm a..aa');
+const time = this.$morphDateFormat(new Date(), 'hh:mm a');
252
253
console.log(formatted); // Mar 20, 1976
254
console.log(year); // 1976
0 commit comments