LogoLogo
About
  • Guides
  • BDK
  • REST API
  • Release Notes
  • 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
  1. Conversions

Text To Date

This procedure converts text to date in YYYY-MM-DD format.

Syntax

convert "{text}" to a date

Example

convert "October 23, 2024" to a date

📖 Results

  • 2024-10-23

Last updated 1 month ago

Was this helpful?