G
Guest
I have an array contining holiday dates. I want to check the array to see if
the current date is in the array, (is it a holiday). Is there a command
where I can pass the date and array name to see if the array contains the
date? for example: If array(curDate, arrayname) = yes, then....
the current date is in the array, (is it a holiday). Is there a command
where I can pass the date and array name to see if the array contains the
date? for example: If array(curDate, arrayname) = yes, then....