Formiko
09/28/2022, 4:23 PMMichael Schmidt
09/28/2022, 4:41 PMAdam Cameron
createDateTime
, now
, probably whatever is printed about date/time processing / logic in CFML. Maybe google "how to compare dates in CFML" (this will lead you to dateCompare
. Read those docs too).
It's not our job to somehow understand CFML on your behalf. This is what your question is trying to do. You need to understand basic CFML. Don't look at code you don't understand and ask "what does this do?". Go and teach yourself what it does. Put some yards in there first, and then when you have a specific case that bamboozles you, create an SSCCE (sscce.org) on trycf.com and, and ask a targeted, well-formed question (read http://www.catb.org/~esr/faqs/smart-questions.html).
Lastly, when asking a question: take your time, use full sentences, and before pressing send ask yerself "if anyone else other than me reads this, have they any chance to know what I am asking?".