Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
    • Yandex Cloud Partner program
  • Blog
  • Pricing
  • Documentation
© 2025 Direct Cursus Technology L.L.C.
Yandex DataLens
    • Overview
    • Formula syntax
      • All Functions
        • Overview
        • BOOL
        • DATE
        • DATETIME
        • DATETIME_PARSE
        • DATE_PARSE
        • DB_CAST
        • FLOAT
        • GEOPOINT
        • GEOPOLYGON
        • INT
        • STR
        • TREE
      • Function Availability
    • Parameters
  • Audit Trails events
  1. Calculated fields
  2. Function reference
  3. Type conversion functions
  4. DATE

DATE

Written by
Yandex Cloud
Improved by
amatol
Updated at November 6, 2024

SyntaxSyntax

DATE( expression [ , timezone ] )

DescriptionDescription

Warning

For ClickHouse data sources, numeric expression values less than or equal to 65535 are interpreted as the number of days (not seconds, like in all other cases) since January 1st 1970. This is the result of the behavior of available ClickHouse functions.

One way to surpass this is to use the following formula: DATE(DATETIME([value])). The result is more consistent, but is likely to be much slower.

Converts the expression expression to date format.

The date must be in the format YYYY-MM-DD.

If expression is a number, then the timezone option can be used to convert the date to the specified time zone.

Argument types:

  • expression — Date | Datetime | Fractional number | Integer | String
  • timezone — String

Return type: Date

Note

Only constant values are accepted for the arguments (timezone).

Note

Argument timezone is available only for ClickHouse sources.

ExampleExample

DATE("2019-01-23") = #2019-01-23#

Data source supportData source support

ClickHouse 21.8, Files, Google Sheets, Microsoft SQL Server 2017 (14.0), MySQL 5.7, Oracle Database 12c (12.1), PostgreSQL 9.3, Yandex Documents, YDB.

Was the article helpful?

Previous
BOOL
Next
DATETIME
© 2025 Direct Cursus Technology L.L.C.