Question
2
Replies
850
Views
Swedbank
Posted: February 15, 2019
Last activity: February 16, 2019
Set a validation on DateTime (Calendar selection)
Any ideas how to set a Validation on DateTime, show an error message in case older than 30days than CurrentDate is selected.
You can use validate rule and for ur property give this condition
@differenceBetweenDates(YourDateProperty,@CurrentDateTime(),false,Default)>30
error message - give ur error message