Forum Discussion
AndrewF
10 years agoKhoros Oracle
I haven't tried this, but I think this should work...
Convert the string value to a date/time and then to a long integer value:
editDate?datetime("yyyy-MM-dd hh:mm a")?long
(That format string may be incorrect -- you might need to figure the right format string out)
And get the current date as a long:
.now?long
then subtract them and compare to the number of milliseconds in seven days (604800000).
Related Content
- 2 years ago
- 3 years ago
- 10 months ago