Question
Coding Less Than Sign
Can you code a less than sign. If a date is entered before 1/1/2017, I would like to create an alert. This is the script I came up with but it's not working and I can't find anything out there on the internet for it.
if(event.value > "01/01/2017"){
app.alert("Please confirm the date entered",1);
Thanks.
