Created
September 28, 2023 16:12
-
-
Save evagoras/dfea9d9ffbc923db216defc7d5550885 to your computer and use it in GitHub Desktop.
Clarifying the use of the DateFormat ‘D’ mask for ACF2021+
This file contains 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
<cfscript> | |
writeOutput( dateFormat( createDate( "2023", "01", "01" ), "YYYY-MM-DD" ) ); | |
</cfscript> |
This file contains 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
"jvm":{ | |
"args":[ | |
"-Dcoldfusion.datemask.useDasdayofmonth=true" | |
] | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://evagoras.com/2023/04/24/clarifying-the-use-of-the-dateformat-d-mask-for-acf2021/