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: 374
php
i need code to compare date in php
- Input date should be a valid date
- input date should not be less than the current date.
- i need to give time zones EST,PST,etc..
- 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