Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Formatting the date on a CFChart

Status
Not open for further replies.

3dColor

Programmer
Jan 10, 2006
240
US
I am having a rough time trying to format the date on a CFChart (Flash Chart) on the X-axis. To fit all the dates in I what to shorten the date format to mm/dd but when I try to place the DATEFORMAT(dbvDate,'mm-dd') I get an error.

So I tried to format the date from my database (mySQL):

Code:
SELECT	DATE_FORMAT(timeStampStats, '%d %M') AS dbvDate

But when i do this i get the dates coming out like: "[B@11f75".

Any ideas?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top