10
I’ve searched the internet and right here on the site, but could not find any clean way and that works to do this.
I need JS to compare the date indicated in the field (which will be in a format DD/MM/YYYY) and compare with the current date if the date indicated is greater than the current date of an Alert.
tries to transform the two dates of DD/MM/YYYY to YYYYMMDD (without / and in order) and make the comparison normally YYYYMMDD > YYYYMMDD
– Icaro Martins