Replies: 1 comment
-
csvWriter.Context.TypeConverterOptionsCache... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! I update CsvHelper from version 15.0.5 to the latest 26.1.0 and I am facing a breaking change on this code:
csvWriter.Configuration.TypeConverterOptionsCache.GetOptions().Formats = new[] { "dd/MM/yyyy" };
how can I change it to continue exporting all my dates to the format "dd/MM/yyyy" ?
Thank you in advance,
Marco
Beta Was this translation helpful? Give feedback.
All reactions