I'm looking for a way to manipulate a string depending if it's in the past or the future, so I want to:
Test to see if it's now or in the future add an "s" to the string Test to see if it's in the past add a "d" to the string
I know this has come up before, but didn't find it in a search.
Thanks!
Wendy