Add option to display due/done dates also in natural language #368
Replies: 1 comment 1 reply
-
Use moment.calendar({
sameDay: '[Today]',
nextDay: '[Tomorrow]',
nextWeek: 'dddd',
lastDay: '[Yesterday]',
lastWeek: '[Last] dddd',
sameElse: 'YYYY-MM-DD'
}); |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Using
moment().calendar()
, we could show due dates etc. also as “next Friday”, etc.I think it should be configurable in the options and support:
Beta Was this translation helpful? Give feedback.
All reactions