Previous Day
|
Next Day
2008-11-16
2008
-
11
-
16
02:28 pm
Entry tags:
anthrocon
,
drupal
A little graph I just whipped up
And for the curious, here's the SQL to make it happen:
SELECT DATE_FORMAT(FROM_UNIXTIME(timestamp), "%m-%Y") AS date, count(*) AS num FROM comments GROUP BY date ORDER BY timestamp;
Previous Day
|
Next Day
[
Home
|
Post Entry
|
Log in
|
Search
|
Browse Options
|
Site Map
]