Date | 2020-08-07 (1,561 days ago) |
---|---|
Downloads | 847 downloads |
NuGet | View on NuGet |
GitHub | View on GitHub |
Target Frameworks | .NET 4.7.2 |
Umbraco Versions | Umbraco 8 |
Second beta release 🎉
#installation
">Installation#changelog
">ChangelogFixed an issue with the value converters (see 9608382
)
Now they actually do work 😮
Added config option to the time picker for setting the output format (see 60c7b6c
)
The time picker returns an instance of TimeOffset
. With this release, it is now possible to specify the format used when converting that TimeOffset
instance to a string.
See the Custom TimeSpan format strings page for more information on supported formats.