Data Validation Manager used to compare a date field with the Function Today() is failiing for a fut
Hi,
Facing a strange issue while trying to validate a Date field in the application using the Data Validation Manager. I have an expression to check if the field Arrival Date must be greater than the current business date ([Arrival Date] > Today()), if this expression fails it should throw an error saying the arrival date must be greater than today.
This expression is working fine if the give any date within the date range of 31/12/2017. However if i try giving the Arrival Date as 01/01/2018 the DVM is failing and throwing an error saying the arrival date must be greater than today. The moment i give a date from next year this condition is failing and not working as expected.