LogoLogo
About
  • Home
  • Guides
  • BDK
  • REST API
  • Date and Time
    • Overview
  • Getting Dates and Times
  • Sorting Dates
  • Conversions
    • Text To Date
    • Date Strings to Dates
    • Date Strings to Different Formats
Powered by GitBook
On this page
  • Syntax
  • Example

Was this helpful?

Export as PDF

Sorting Dates

This procedure sorts a list of dates in ascending order.

Syntax

the dates are "{date}", "{date}", "{date}"
sort the dates

Example

the dates are "2024-01-01", "2022-12-31", "2023-01-02"
sort the dates

📖 Results

  • 2022-12-31

  • 2023-01-02

  • 2024-01-01

Last updated 1 month ago

Was this helpful?