ynab-csv icon indicating copy to clipboard operation
ynab-csv copied to clipboard

Support different date formats

Open tormiss opened this issue 8 years ago • 1 comments

Currently it seems like only US-style formatting of dates are supported. E.g. mm-dd-yyyy.

Should be an option to specify date-format.

tormiss avatar May 05 '17 15:05 tormiss

+1 Indeed best+easiest to allow configuring the date-format. Alternatively one could code some intelligent parsing, that could even detect if a number of entries have rather mm/dd/yyyy or dd/mm/yyyy. I'ld already be happy if the standard westeuropean (german) format would work, and would be easy to detect with a list of configurable regex'es: german format: dd.mm.yyyy

lhoss avatar Jun 30 '17 20:06 lhoss