Skip to content

Instantly share code, notes, and snippets.

@bardware
Created September 8, 2021 13:41
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 bardware/66de472fec566d1b8e94177719c2a56e to your computer and use it in GitHub Desktop.
Save bardware/66de472fec566d1b8e94177719c2a56e to your computer and use it in GitHub Desktop.
<cfset SetLocale("German (Standard)")>
<cfset dOct31 = createDateTime( 2021, 10, 31, 0, 0, 0 )>
<cfset dOct310800 = dateAdd( 'n', 30, dOct31 )>
<cfset dOct310800 = dateAdd( 'h', 8, dOct310800 )>
<cfdump var="#dOct31#">
<cfdump var="#dOct310800#">
<cfdump var="#GetLocale()#">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment