How can we compare two date fields in different formats using shell script
I have dates like this
Date1="mm/dd/yyyy"
Date2="yyyy/dd/mm"
How do I find out the difference between dates?
How can we compare two date fields in different formats using shell script
I have dates like this
Date1="mm/dd/yyyy"
Date2="yyyy/dd/mm"
How do I find out the difference between dates?