demiangomez / Parallel.GAMIT

Python wrapper to parallelize GAMIT executions
BSD 3-Clause "New" or "Revised" License
37 stars 19 forks source link

Two format dates #57

Closed Salacas closed 3 weeks ago

Salacas commented 3 months ago

Users should be able to set date in two formats: gregorian and day of year, when updating or inserting station-info. When showing station-info objects, display the date in the same two formats

francolau commented 3 months ago

Date format types (needed check DOY checkbox to type in doy type format) image

demiangomez commented 3 months ago

DOY format should also take time into account!

image

demiangomez commented 3 months ago

When switching between the two formats, time is removed and ignored

image