jason_kelly
06-20-2012, 08:43 PM
Hello,
I need your help,
I need to be able to extract both DateA and DateB from a string that will always read:
Ex. 1 (format: dd/mm/yyyy)
if (dateformat = dd-mm-yyyy) { reformat to: dd/mm/yyyy }
------------------------
DateA-DateB
20/06/2012-23/06/2012
alert("DateA = 20/06/2012")
alert("DateB = 23/06/2012")
How can I parse these dates with either the and get their value?
Much thanks and appreciation
Jay
I need your help,
I need to be able to extract both DateA and DateB from a string that will always read:
Ex. 1 (format: dd/mm/yyyy)
if (dateformat = dd-mm-yyyy) { reformat to: dd/mm/yyyy }
------------------------
DateA-DateB
20/06/2012-23/06/2012
alert("DateA = 20/06/2012")
alert("DateB = 23/06/2012")
How can I parse these dates with either the and get their value?
Much thanks and appreciation
Jay