Upcoming database upgrades. Airtable functionality will be reduced for ~15 minutes at 06:00 UTC on Feb. 4 / 10:00 pm PT on Feb. 3. Learn more here
Oct 22, 2021 01:46 AM
I have a field that includes a date and time.
I want to create a new field that give a new date and time that is 24 hours later
Please can anyone help?
Oct 22, 2021 04:40 AM
Hi @Darren_Smith,
welcome to Airtable community.
you need this formula bellow
DATEADD(date,24,'hours')
Does it works for you ?
Thanks,
Dimitris Goudis