Possible Duplicate:
getting timestamp in php
How can I get the timestamp of 12 o'clock of today, yesterday and the day before yesterday by using strtotime() function in php?
12 o'clock is a variable and would be changed by user.
How can I get the timestamp of 12 o'clock of today, yesterday and the day before yesterday by using strtotime() function in php? 12 o'clock is a variable and would be changed by user. |
|||||||
|
|
|||
|
OO Equivalent
|
|||
|
|
|
strtotime supports a number of interesting modifiers that can be used:
It works as predicted:
|
||||
|
|