Contact Support
Sign up for free
English
English
French
German
Account
Account overview
Billing
Policies
API
API Overview
Get your API key
Documentation
Troubleshooting
Integrations
Resources
Community
Enterprise
Admin Panel
Enterprise Plans
Airtable Security
Terms of Service
Privacy Policy
Resources
Community
Marketplace
Templates
Universe
Contents
x
Getting started with Airtable
Airtable Automations
Airtable Bases
Airtable Betas
Collaborating in Airtable
Airtable Enterprise Support
Airtable Extensions
Airtable Fields
Integrating with Airtable
Learning and Resources
Airtable Interface Designer
Managing Airtable
Airtable Policy
Airtable Records
Airtable Sync
Airtable Views
Airtable Workspaces
Powered by
Working with dates
6 Articles
in this category
Print
Dark
Light
Contents
Working with dates
6 Articles
in this category
Dark
Light
Displaying DATETIME_FORMAT using the date and time formula
If you would like to incorporate a date (and time) type field into a formula field, the best way to format that date is using the DATETIME_FORMAT function. For more information on DATETIME_FORMAT, and other formulas, we recommend checking out the...
Updated on : 06 Jul 2022
Working with date functions
In this article, we’ll take a look at functions that will help you work with dates and times (“datetimes”). As you learn about these functions, feel free to try them out to practice in a formula field in one of your tables that contains a date and t...
Updated on : 11 Sep 2023
Calculate the difference between two dates
Finding the difference between two dates can be helpful for many workflows. Using the DATETIME_DIFF() function in the example below, we'll find the difference - in days - between two dates. Note that "Payment Received" and "Invoice Billed" are the...
Updated on : 17 Feb 2023
Supported unit specifiers for DATETIME_DIFF
The DATETIME_DIFF() function will allow you to calculate the difference between two different datetimes in specified units. Each specifier has a corresponding abbreviation which will work the same as the longform version of the specifier, e.g. DATE...
Updated on : 07 Jul 2022
Supported format specifiers for DATETIME_FORMAT
The DATETIME_FORMAT function will allow you to reformat the data from the date-type field into a string of your specifications. This is written in the format of DATETIME_FORMAT(Datetime, 'format specifier') , in which the format specifier can be s...
Updated on : 06 Jul 2022
Using DATETIME_PARSE() formula
The DATETIME_PARSE() function works by taking a date & time information - written in virtually any format - and interprets it as a structured value that Airtable can understand. For example, in a single line text field you might have this value wr...
Updated on : 06 Jul 2022