Regex to compare 2 dates in javascript

Posted by Alex on Stack Overflow See other posts from Stack Overflow or by Alex
Published on 2010-03-08T21:02:01Z Indexed on 2010/03/08 21:06 UTC
Read the original article Hit count: 123

Filed under:

Hello, is there a good regex expression that would be able to compare two dates like 3/27/2010 to 3/8/2010 to tell if the first date is greater then the second date?

I'd like to compare using javascript

© Stack Overflow or respective owner

Related posts about regex