Resolved! [Date] field to only allow current date and future dates (No past dates)
Hi,I've the following script that allows not to select any past dates. But I would like to modify this to select the current date and any future dates. Please advise. Thanks ! function onChange(control, oldValue, newValue, isLoading, isTemplate) { ...
