2bitcoder / Jquery-Gantt

A Gantt Plugin using Jquery, Backbone and Kinetic
19 stars 1 forks source link

visual of dates to be able to be changed to us date format #76

Open 2bitcoder opened 9 years ago

2bitcoder commented 9 years ago

Will add a item to the gantt configuration data that will indicate what date format to display dates in..

eg

dd/mm/yyyy or mm/dd/yyyy or dd MMM yyyy

lavrton commented 9 years ago

Now date formating works via $.datepicker.formatDate. More info: http://api.jqueryui.com/datepicker/#utility-formatDate

Now I need config JSON example with date format inside.