Working with dates

  • Updated on Nov 6, 2024
  • Published on Jul 6, 2022
This article covers how to use the DATETIME_FORMAT function to streamline your team's and organization's work. Note If you are looking to parse out a datetime from a string, then use the DATETIME_PARSE() function. Learn more here . DAT...
  • Updated on Sep 16, 2024
  • Published on Sep 11, 2023
In this article, we’ll take a look at functions that will help you work with dates and times. 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 time field....
  • Updated on Feb 20, 2025
  • Published on Jul 6, 2022
Note "Payment Received" and "Invoice Billed" are the exact names of our two date fields in the example below. You'll need to apply the examples below to the fields in your particular Airtable instance. If your base contains date strings...
  • Updated on Dec 18, 2023
  • Published on Jul 6, 2022
This article covers using the DATETIME_DIFF() to calculate the difference between two different date times in specified units to streamline your team's and organization's work. Introduction DATETIME_DIFF() in Airtable overview DATETIME_DIFF(...
  • Updated on Feb 16, 2024
  • Published on Jul 6, 2022
Learn how various format specifiers can be used to format a date as a string in Airtable. Introduction Understanding the DATETIME_FORMAT function Understanding the DATETIME_FORMAT The DATETIME_FORMAT function will allow you to reforma...
  • Updated on Nov 6, 2024
  • Published on Jul 6, 2022
This article covers the DATETIME_PARSE() function—taking date & time information and interpreting it as structured values that Airtable can use to streamline your team's and organization's work. Note If you are looking to format a date,...