We've come across a limitation around dates on one of our model driven apps. I suspect it's an environment setting, but I cannot find it if it is.
A date field is not accepting a data older than 1748. We need to enter a date in the 1400's, e.g. 01/01/1470
Has anyone in the community come across something similar to this? Any tips on how to allow older dates than 01/01/1748?
I'm not 100% sure, but this is likely dictated by what SQL Server allows as the earliest data possible, and that value is Jan 1, 1753.
https://learn.microsoft.com/en-us/dotnet/api/system.data.sqltypes.sqldatetime.minvalue?view=net-8.0