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:

Need 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

CodePudding user response:

Thank you for
  • Related