How to Compare Dates in php?

Posted by Ramakrishnan on Stack Overflow See other posts from Stack Overflow or by Ramakrishnan
Published on 2010-05-25T06:03:11Z Indexed on 2010/05/25 6:11 UTC
Read the original article Hit count: 349

Filed under:

i need code to compare date in php

  1. Input date should be a valid date
  2. input date should not be less than the current date.
  3. i need to give time zones EST,PST,etc..
  4. We need to make the time to GMT and compare with Current Time.

can anyone help on this. Thanks Ramakrishnan.p

© Stack Overflow or respective owner

Related posts about php