Hi All,
How do i format the date on the x axis of cfchart so it truncates the date. at present it shows:
2005-01-01 00:00:00 but in the vertical plane
microsoft access database
<cfquery datasource="innovation" name="qryMnnthTotalIdeas">
SELECT COUNT(*) AS Total_Ideas, Entrydate FROM tblIdea
WHERE tblIdea.Entrydate between #createODBCDate(start)# and #createODBCdate(end)#
GROUP BY tblIdea.Entrydate
ORDER BY tblIdea.Entrydate
</cfquery>
thanks, chris
How do i format the date on the x axis of cfchart so it truncates the date. at present it shows:
2005-01-01 00:00:00 but in the vertical plane
microsoft access database
<cfquery datasource="innovation" name="qryMnnthTotalIdeas">
SELECT COUNT(*) AS Total_Ideas, Entrydate FROM tblIdea
WHERE tblIdea.Entrydate between #createODBCDate(start)# and #createODBCdate(end)#
GROUP BY tblIdea.Entrydate
ORDER BY tblIdea.Entrydate
</cfquery>
thanks, chris