I want to check if something is in an $asctime(hh:nntt) format but all the methods I have tried had failed. Any suggestions?
$asctime(hh:nntt) == 10:23pm
I was thinking $iif(time == $asctime(hh:nntt),f,t) but that wouldn't work!
Thanks ahead!