time_picker

sets the format of the time drop-down selector in the lightbox

string time_picker;

Example

gantt.config.time_picker = "%H:%s";
 
gantt.init("gantt_here");


Default value:

"%H:%i"
See also
Back to top