thousands-teacher-39346
05/19/2024, 3:31 PMfresh-fireman-491
05/19/2024, 3:32 PMthousands-teacher-39346
05/19/2024, 3:38 PMthousands-teacher-39346
05/19/2024, 3:44 PMfresh-fireman-491
05/19/2024, 7:22 PMjavascript
const now = new Date();
now.setHours(now.getHours() + 1);
const currentHour = now.getHours();
if (currentHour >= 6 && currentHour < 22) {
workflow.conditionVariable = true;
} else {
workflow.conditionVariable = false
}
fresh-fireman-491
05/19/2024, 7:25 PMthousands-teacher-39346
05/20/2024, 6:11 PMthousands-teacher-39346
05/20/2024, 6:14 PMfresh-fireman-491
05/20/2024, 7:02 PMeager-ambulance-91720
08/25/2024, 10:47 AM