Need help converting epochdate to MM/dd/yyyy format

Hi @hoynejay - if your class_start_date is a String (text) field in your dataset right now (which you can change in the data set editor if you want, to change to an Integer) then make your calculation like this:

epochDate(parseInt({class_start_date}))

Or of you change the data type in you data set to an Int, then you only need the epochDate function to convert it.

1 Like