react-native-form-generator
react-native-form-generator copied to clipboard
Validation between two Date Fields
I have 2 DatePickerFields with mode as 'datetime' called 'Start Date/Time' and 'End Date/Time'. How do I create a validation such that when a user sets the 'Start Date/Time', the mindate property of the End Date/Time is set to the user input value of 'Start Date/Time'