taitems / jQuery.Gantt

jQuery Gantt Chart
http://taitems.github.io/jQuery.Gantt/
MIT License
952 stars 304 forks source link

Convert date in PHP #237

Closed aigurus closed 4 years ago

aigurus commented 4 years ago

Dear Friends, I was able to use this in a Joomla Component which is a PHP based CMS system. I used this syntax strtotime($start_date)*1000 to get a time but the date showing in chart is wrong. So somewhere I am making some mistake. Can anyone please guide me how I can get the javascript dates in PHP. Regards Amit

aigurus commented 4 years ago

This is already answered. Sorry for reopening.