MCPcopy Create free account
hub / github.com/DHTMLX/scheduler / _attach_action

Function _attach_action

codebase/sources/dhtmlxscheduler.js:14572–14576  ·  view source on GitHub ↗
(inp, date, number)

Source from the content-addressed store, hash-verified

14570 }
14571 }
14572 function _attach_action(inp, date, number) {
14573 _init_once(inp, date, number);
14574 inp.value = scheduler2.templates.calendar_time(date);
14575 inp._date = scheduler2.date.date_part(new Date(date));
14576 }
14577 _attach_action(inputs[0], ev.start_date, 0);
14578 _attach_action(inputs[1], ev.end_date, 1);
14579 _init_once = function() {

Callers 1

minicalFunction · 0.70

Calls 3

_init_onceFunction · 0.70
calendar_timeMethod · 0.65
date_partMethod · 0.65

Tested by

no test coverage detected