Hi Huagen,
Let's say the date you want to check is in attribute myDate, then I'd try
something like that :
${myDate:toDate("yyyy/MM/dd HH:mm:ss"):toNumber():lt(
${now():toNumber():minus(86400000))}
To be changed with the correct format.
Hope this helps.
2016-05-31 22:09 GMT+02:00 Huagen peng <[email protected]>:
> Hi,
>
> Besides toDate(), now(), and format(), are there any other date
> operations/manipulations? I want to check if a string representing a
> datetime is 24 hours before now and also need to advance the datetime,
> e.g., by an hour. Is ExecuteScript my only option?
>
> Thanks,
>
> Huagen