S
S
smcopandakun2015-09-20 16:58:58
PHP
smcopandakun, 2015-09-20 16:58:58

How to work with date in php?

Hello, I have a betting site, but I just can't implement this thing:
In the database, the date has the following format 2015-09-12 18:46:36
I need to make statistics for a week, a month, three months.
Please help me to do this.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey, 2015-09-21
@smcopandakun

Why do you need a date in php?
SELECT * FROM table WHERE date > (now()-interval 3 month)
SELECT * FROM table WHERE date > (now()-interval 1 month)
SELECT * FROM table WHERE date > (now()-interval 1 week)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question