Hi ;
anyone had experience this before i am not able to save a date which is set to 12/31/9999
Even i have enter a date value but it is still showing error
Hi, Jerah
In OutSystems, the maximum supported date types are [#1900-01-01#, #3000-12-31#].
This is why I am getting an error with Built-in Varlidation.
If you want to support this, you need to change the date type or change the Built-in Varlidation to False.
https://success.outsystems.com/documentation/11/reference/outsystems_language/data/data_types/available_data_types/
Indeed, that information exists, but I just took the test now, and it's working. It's likely that the documentation is outdated.
Thank you for the info and help
Hi @Jerah
I just did a simple test and everything worked fine.