Jamie 1 Report post Posted January 26, 2014 Hello. I'm using the 3 tier page setup derived from the FusionCharts Demo. The charts do not like the date: dashboard.php?sumindex=2013-12-14 It works fine with everything else and even works without the dashes: dashboard.php?sumindex=2013214 It is a DateTime field in a MYSQL Table, so the date is stored as 2013-12-14 Cannot work it out, any help would be much appreciated. Thanks. Jamie Share this post Link to post Share on other sites
Jamie 1 Report post Posted January 26, 2014 Ok I fixed my problem by conditioning the send from the default (index) page to remove the dashes.. $intsumindex = date("Ymd", strtotime($_GET['sumindex'])); Strange to have to do that and threw me for 2 days. Ok now thanks. Share this post Link to post Share on other sites
Guest Sashibhusan Report post Posted January 27, 2014 Glad that you have resolved the issue of your own. Share this post Link to post Share on other sites