I have two dates in this format in a delimited text file like:
Arrival date: 05/JUN/2005
Departure date: 06/JUN/2005
In my code, I am doing the following but it seems to be ignoring the "eq" statement to compare the dates? Can someone tell me what I am doing wrong?
Thanks in advance!