Jay Yes, that is what I meant. The help post initially just pointed to the moment.js documentation, but the behavior is still the same.
Within those two inputs you can input a moment.js format string that is used to format the dates depending on whether a time was selected in the date selector or not.
How I understood it there are three different “manifestations” of a date:
- a displayed date within the document
- an input from the user in the date selector
- the format that is used for all use cases within your application (show in calendar, is it overdue or not, etc.)
If you haven’t already detached all three modes, I would try to tackle that. It is I believe a larger operation, but it would give you a lot more flexibility.