Created
September 8, 2021 13:41
-
-
Save bardware/66de472fec566d1b8e94177719c2a56e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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