Product
Features
All-in-one spreadsheet for teams
Everyday Tasks
Upgrade your spreadsheets
Reporting
Stunning reports in minutes
Advanced Features
Extra magic for pros
Data Enrichment
All your data in one place
Internal Tools
Build tools autonomously
Integrations
Seamless connections to your tools
Pricing
Templates
Community
Resources
Blog
Stories about spreadsheets and the people who build them.
Support Docs
Learn how to make the most out of Rows.
Discord
Our spreadsheet community on Discord.
API Docs
The reference documentation for the Rows API.
Sign in
Sign up for free
Functions
UNIX2DATE
Convert a unix timestamp to a human readable date.
Standard
Parameter List
Syntax
UNIX2DATE
(
timestamp
)
timestamp
The unix time in seconds.
Examples
Example 1
UNIX2DATE("1545264000") returns 2018-12-20
Example 2
UNIX2DATE(649429210) returns 1990-07-31
Parameter List
Examples