Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save trycf/5173e2ab1772bb637c01da5a41792716 to your computer and use it in GitHub Desktop.

Select an option

Save trycf/5173e2ab1772bb637c01da5a41792716 to your computer and use it in GitHub Desktop.
TryCF Gist
<cfset dt = ParseDateTime('2026-02-02', 'yyyy-mm-dd')>
<cfset res = dateCompare(dt, '2026-02-02', 'd')>
<Cfoutput>#res#</Cfoutput>
<cfif res gt 0>
<Cfoutput>hola</Cfoutput>
</cfif>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment