Currently we simply use type String to store dates. All these instances should be refactored to Date.
Motivation
This way we are sure all dates we enter are legit and not some random string.
This would also make it easier if we want to change the Date display for a future user preference.
(e.g. US time notation vs European)
Description
Currently we simply use type
String
to store dates. All these instances should be refactored to Date.Motivation
This way we are sure all dates we enter are legit and not some random string. This would also make it easier if we want to change the Date display for a future user preference. (e.g. US time notation vs European)
Resources
No response
To-do List