Skip to content

Instantly share code, notes, and snippets.

Created April 12, 2017 07:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/9d3a5f7c6b9c1c904181b7d6930eb7da to your computer and use it in GitHub Desktop.
Save anonymous/9d3a5f7c6b9c1c904181b7d6930eb7da to your computer and use it in GitHub Desktop.
TryCF Gist
<cfset good_date = "2017-04-11 18:37:00.000">
<cfset good_until_date = DateAdd('h', 48, good_date)>
<cfoutput>
#good_until_date#
</cfoutput>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment