Risolto! Per informazione: le date nella pagina php devono essere formattate in questo modo:
E poi amcharts riceve correttamente il tutto.Codice PHP:
$dataS = strtotime(date('Y-m-d H:i:s', mktime(0,0,0,$strMonth,$strDay,$strYear)))*1000
Risolto! Per informazione: le date nella pagina php devono essere formattate in questo modo:
E poi amcharts riceve correttamente il tutto.Codice PHP:
$dataS = strtotime(date('Y-m-d H:i:s', mktime(0,0,0,$strMonth,$strDay,$strYear)))*1000