edandersen / core-admin

Fully automatic admin site CRUD UI generator for ASP.NET Core and .NET 8
Other
560 stars 106 forks source link

Support for DateTimeOffset #82

Open fratting opened 1 year ago

fratting commented 1 year ago

Is there anything special we need to do to format DateTimeOffsets? [DisplayFormat] doesn't seem to be recognized or working.

[ScaffoldColumn(false)] [DisplayFormat(DataFormatString = "{0:yyyy-MMM-dd}")] public DateTimeOffset ModifiedDate { get; set; }

edandersen commented 1 year ago

Going to rename this issue to "support datetimeoffset" :-)