DateOnly content property type
Editors often need to specify dates without a specific time.
Today we solve this with a DateTime property and an editor descriptor to display a date picker without time in the CMS UI, meaning we'll have a date at midnight.
However, this can easily lead to gotchas when working with multiple time zones.
Support for the DateOnly type (introduced in .NET 6) would solve this.
6
votes