I have the following code to determine the unix timestamp of midnight tomorrow. It seems pretty hacky to me and I wondered if anyone had a more elegant solution.
date("U", strtotime(date("Y-m-d 00:00:00", strtotime("tomorrow"))));
|
feedback
|
|
This should be enough:
You can also set a time:
| |||||||||
feedback
|