pbnjay / grate

A Go native tabular data extraction package. Currently supports .xls, .xlsx, .csv, .tsv formats.
MIT License
137 stars 22 forks source link

date formatting weekdays #3

Open pbnjay opened 3 years ago

pbnjay commented 3 years ago

Needs some backtracking in makeFormatter, currently "dddd" becomes "Sunday" but then "d" is applied to become "Sun11ay"