unix timestamps and php
Posted
by sea_1987
on Stack Overflow
See other posts from Stack Overflow
or by sea_1987
Published on 2010-05-04T16:14:18Z
Indexed on
2010/05/04
16:18 UTC
Read the original article
Hit count: 149
I have a list of unix timestamps in a database, and I wanting to select the ones that are from today.
i.e If today is Tueday, I want to get all the timestamps that were made today? Is it possible? Is there such a things as strtotime("Today")
?
Any help would be great
© Stack Overflow or respective owner