Discussions

 View Only

Checkbox ON for specific Time of Day

  • 1.  Checkbox ON for specific Time of Day

    Posted 08-09-2022 15:58
    If I would like a checkbox to be turned on at 1:20 AM , below doesn't work 

    If(ToTimeOfDay(Now())=ToTimeOfDay("1:20 am"),true,false)


    Surprisingly Below works 
    If(ToTimeOfDay(Now())>ToTimeOfDay("1:20 am"),true,false)

    ------------------------------
    Prashant Maheshwari
    ------------------------------