tried using a date in the condition and it appears to be a no go
clearly this should be true.
thoughts?
tried using a date in the condition and it appears to be a no go
clearly this should be true.
thoughts?
btw, i ended up converting to epoch and used that instead.
Yes, that is the way to compare dates. The conditional is unaware of date formatted strings, you must perform a numeric comparison for dates.