Problem clock for time attende toFirebase

the problem of clock data input on firebase, I try to make an attendance application if it comes at 07:00, if it’s not too late

The formatted times are strings(text) not numbers.
Try the text compare block, or compare your timestamps as dates using the clock time blocks or as
numbers if you convert the timestamps to milliseconds

thank you help me

use Do it to debug your blocks, see also tip 4 here https://puravidaapps.com/learn.php

Taifun


Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by Taifun.

Still not able to solve the problem, which is expected for each absence, if <or = 07.00.00 then present, if> or = 07.00.00, late

Here is a working example in blocks

compareTimesScreen

The button click blocks show two methods, the first comparing times as strings(text), the second comparing times as milliseconds (numbers). I used the make time block for the example, in the real world you would use Clock.Now to get the current time

Success, Thank you for the guidance :+1: :+1: :+1: