Informatievlaanderen / OSLO-Standaardenregister

The new standards registry website using Webcomponents V3
MIT License
0 stars 0 forks source link

Convert the dates from `string` into an actual `Date` datatype #19

Open KristofVDB1 opened 1 month ago

KristofVDB1 commented 1 month ago

Is your feature request related to a problem? Please describe. All dates currently are strings. This was done for backwards compatibility to allow values such as "2 februari 2023", "TBD", ...

Describe the solution you'd like Ideally, these values are phased out and converted to actual Date objects to add more meaning to the value and allow for less conversion to be done in the frontend