PASTAplus / dex

Explore and subset CSV tables using associated EML metadata
Apache License 2.0
3 stars 0 forks source link

Do not display "missing" sections of datetimes in subset and plot pages #71

Closed rogerdahl closed 6 months ago

rogerdahl commented 8 months ago

This changes the formatting of datetimes in the subset and plot pages from a fixed YYYY-MM-DD format, to follow the format specified for each column in the EML. In addition to more closely matching the EML, the advantage is is that we won't display undefined parts of the datetimes. For instance, if a column has date format YYYY, which leaves the month and day as 01-01, those elements will not be displayed.