Hi I’m trying to make an attendance system, so i need help with an issue I’m facing
when someone is marking his/her time in and time is greater than 12:30 pm then i need “on time” input to be change as “Late” ,how can i do it need help, thanks
You can set condition in a text element to the following.
Samson @ Plugin Developer
Plugin Page
Plugin Forum
@samsonlcl i have tried this but its only working for minutes not for hours, cant figure out what mistake I’m making here


I try to set the value greater than arbitrary date/time and it works, but not sure if the date will change according to real world time.
@samsonlcl tried arbitrary but in this case date is also static so suppose date is 19 june then every person marking attendance on 20 june its showing late cuz its greater then 19 june so its not working for me
hey @junaid.cordis,
The solution posted in the beginning by @samsonlcl is correct. Inspect your element and check whether the hour is being captured:
because it seems to me like it is empty. To avoid that, use current date/time as your initial content for the date picker and choose 24hour format as it’s easier for calculation.
Dont know why its not working i know i must be making a mistake here, but i got its solution
its working fine now thank u so much @samsonlcl @hanan1 yours answer helped me understand this
This topic was automatically closed after 70 days. New replies are no longer allowed.