Forum Discussion
AndrewF
Khoros 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).
OlivierS
10 years agoLithium Alumni (Retired)
BradR if friendly time is enabled you could use that field. This thread should help you if AndrewF 's solution doesn't work.
Related Content
- 2 years ago
- 3 years ago