Hi, I have two fields, date a and date b formatted like dd/mm/yyyy
Is there be a JavaScript function out there that will allow me to work out the exact amount of day between the two date fields?
Any advice would be great as I can’t find any working examples out there.
For example
Date a = 01/01/2010
Date b = 23/01/2010
Answer = 22 days
Is there be a JavaScript function out there that will allow me to work out the exact amount of day between the two date fields?
Any advice would be great as I can’t find any working examples out there.
For example
Date a = 01/01/2010
Date b = 23/01/2010
Answer = 22 days