Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save trycf/62254ad2e31c0546806591052e28dbc8 to your computer and use it in GitHub Desktop.
Save trycf/62254ad2e31c0546806591052e28dbc8 to your computer and use it in GitHub Desktop.
TryCF Gist
<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