time_picker

定义 lightbox 中时间下拉选择器的格式

string time_picker;

Example

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


Default value:

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