Created
February 23, 2024 13:36
-
-
Save trycf/62254ad2e31c0546806591052e28dbc8 to your computer and use it in GitHub Desktop.
TryCF Gist
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 beginDtList =''> | |
<cfset beginDtList = ListAppend(beginDtList,"02/23/2024")> | |
<cfset beginDtList = ListAppend(beginDtList,"02/25/2024")> | |
<cfdump var="#beginDtList#" /> | |
<cfdump var="#ListSort(beginDtList,'numeric','ASC')#" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment