Skip to content

v2.6

Compare
Choose a tag to compare
@t-bruning t-bruning released this 21 Jun 19:20
· 5 commits to master since this release
3abe9f6

Support for .NET 6.0

String to DateOnly
String to TimeOnly
DateTime to DateOnly
DateTime to TimeOnly
DateOnly to String
DateOnly to DateTime
TimeOnly to String

More DateTime formats

String to DateTime now supports milliseconds:

  • yyyyMMdd HH:mm:ss.fff
  • yyyy-MM-dd HH:mm:ss.fff

Full Changelog: https://github.com/t-bruning/UniversalTypeConverter/commits/v2.6.0