Product
Rows AI
Your number crunching sidekick
Integrations
Seamless connections to your tools
Support Docs
Learn how to make the most out of Rows.
Features
All-in-one spreadsheet for teams
Pricing
Templates
Community
Sign in
Sign up for free
Functions
DAY
Get the day from a date.
Parameter List
Syntax
DAY
(
date
)
date
The date to return the day from. For example:
"2019-06-29"
.
Examples
Example 1
DAY("2016-08-22") returns 22
Example 2
DAY(A1) returns 22
Parameter List
Examples