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 c581ad7 commit 01c4a7eCopy full SHA for 01c4a7e
src/dateUtils.js
@@ -48,7 +48,7 @@ export function formatIfDate(string) {
48
return d.format(getUserDateTimeFormat());
49
}
50
51
- d = moment(string, 'YYYY-MM-DDD', true);
+ d = moment(string, 'YYYY-MM-DD', true);
52
if (d.isValid()) {
53
return d.format(getUserDateFormat());
54
0 commit comments