I have four fields:
-
Unix Timestamp - a single line text field that contains the unix timestamp
-
Date & Time - a formula field that converts the unix timestamp into a readable date and time using the following formula: DATEADD(‘1/1/1970’,{Unix Timestamp},‘seconds’)
-
Date - where I wish to extract just the date from the Date & Time field
-
Time - where I wish to extract just the time from the Date & Time field
How do I get numbers 3 and 4 to work?
