I have searched and searched but can't seem to figure it out. So I was wondering if someone can help with me to get the current Time as well as time 00:00:00. I would like to achieve the following.
int cnt = 0;
if ( time_now = "00:00:00" ) {
cnt = 0;
}
else {
cnt = 1;
}
Thanks