mirror of
https://github.com/scoobybejesus/cryptools.git
synced 2026-01-12 16:28:20 -05:00
CLI arg/flag for choosing date format used on CSV input file #12
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @scoobybejesus on 10/5/2019
The CSV input file
txDatefield can currently only be of the formMM/dd/YYorMM/dd/YYYY. It would be nice to choose:/vs.-YYYY/MM/ddvs.MM/dd/YYYY(and maybe vs.dd/MM/YYYY)With those chosen (order and separator), it appears easy enough (and has already been implemented in at least a couple places in the code) to automatically handle both
YYYYandYY.Another consideration in resolving this issue is whether to use top-level args or to nest them, the latter probably being more desirable.