Home > database >  Datepicker call
Datepicker call

Time:09-22

How can I achieve click cb_1 control after the time specified in the datepicker implementation cb_2 control trigger, trigger function has learned that cb_2. TriggerEvent (Clicked!) , but how to link the datepicker refer to

CodePudding user response:

Why use time controls to define the time? With TIME, in the judgement in this event,

CodePudding user response:

I want to use the datepicker control set the timing function, is the purpose of the datepicker choose of time and then click with a cb control, reach the datepicker value to automatically after the corresponding other events

CodePudding user response:

It also needs to write code in time events

Trigger the time events every second, and then write in time events


If the time of the current=datepicker then
The processing of//do you
The else
Return
End the if

Or do this?


Or click on the button cb_1 calculate the time interval from the datepicker for ll_i (in seconds), and then use the timer (ll_i) to trigger time events
  • Related