Product
Features
All-in-one spreadsheet for teams
Rows AI
Your number crunching sidekick
Reporting
Stunning reports in minutes
Advanced Features
Extra magic for pros
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.
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.
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