Topic: Time Stamp
If I look at a particular post in my database the time and date is recorded as (for example) 1105109247.
By how much per 24 hour period does this increase?
I need to know this for another feature on my site.
You are not logged in. Please login or register.
PunBB Forums → General discussion → Time Stamp
If I look at a particular post in my database the time and date is recorded as (for example) 1105109247.
By how much per 24 hour period does this increase?
I need to know this for another feature on my site.
If I look at a particular post in my database the time and date is recorded as (for example) 1105109247.
That number is the number of seconds that have passed since 1970-01-01 00:00.
That number is the number of seconds that have passed since 1970-01-01 00:00.
That's what I needed. I want to be able to calculate a specific time on a date rather than just the date.
Thanks to both Rickard and Connorhd.
How can i use it to group posts by month in mysql?
e.g.
select count(*) from posts
group by --month of that date--
Is someone able to make me a little .php file that calculate the timestamp , like if I would put, the Year, date, hour, min, sec and time zone and returns me the timestamp... thank you
PunBB Forums → General discussion → Time Stamp
Powered by PunBB, supported by Informer Technologies, Inc.