This post is more than 5 years old
14 Posts
0
4529
May 29th, 2017 01:00
How to compare two time values in asl script
Hi,
Any body can guide how two values of time can be compared using ASL script I have used this code but somehow its not working
if(time() > time(1496061600)){
print(time()." Is Greater than ".time(1496061600));}
I have tried this comparison in different ways by even converting it to numeric value but it is not working.
No Events found!