gsr
12/01/2022, 12:13 AMPatrick
12/01/2022, 12:17 AMcf from the front of cfinput 😂gsr
12/01/2022, 12:22 AMPatrick
12/01/2022, 12:31 AMJim Priest
12/01/2022, 12:32 AMPatrick
12/01/2022, 12:32 AMvalidateAt="onBlur"gsr
12/01/2022, 5:17 AM<input type="text" name="FromDate" value="01/12/2022" id="Strtcalfield1" required="yes" message="Please enter date (mm/dd/yyyy)." pattern="[0-9]{2}-[0-9]{2}-[0-9]{4}">
now the issue is, if i hange the value in the input field from 01/12/2022 to 1/12/2022, it fails but if i change it back to 01/12/2022, it keeps showing the error, so how should it deduct the change i did manually in the fieldgsr
12/01/2022, 6:15 AM