I'm wanting to get all the datetime column in my db but but it in a graph using Chart.js, now hard coding data in works fine but I want to know i can use my db datetime col to count how many sign ups happened is each month then return this to the graph, anyone know how to do this?
Currently when someone signs up it enters the date like: 2013-12-18 12:03:50
So I need to grab the months then post this to the graph :)