wondering if there is an easy way to do this..
I have a list of dates (like 3 or 4) as strings.. I need to check if currDate is == to any of them
If (currDate=="02/13/2016" || currDate=="04/12/2016" etc etc
I could split and loop... but seems eh
edit... yes they are strings... so... Date.parse?
edit.. no wait.. Date.parse returns a number.. so no lol




Reply With Quote