Can I convert unix time to a date in a custom formula?

Hey There -

In my app I have the option to create a “weekly plan” which will always start on the next monday. I am wanting to show the date of the next Monday whenever the user is on that page.

I know how to calculate the date for next monday How do I calculate an event date for the next monday? (forms) - #4 by vancewong

image

but am unclear if it’s possible to convert unix time to a date.

The problem I am seeing is that I can’t use a custom formula in the date picker and I can’t format a text field as a date after entering the custom formula.

Is there a way to do this?

I’d like to not have to use an API connection to airtable as the solution.

Thanks!

Here looks like something you can look at: https://exceljet.net/formula/convert-unix-time-stamp-to-excel-date

But it involves too much math for my liking :joy:

I think you’ll have to add in a few conditionals to get the actual date

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.