I tried to find a solution to this to no avail.
How do I display the date from a custom formula correctly?
I would like to display the “contact tracing period” as 14 days before the date of positive result until the date of positive. This is displayed as a text field in a screen. In my custom formula, I set “date of positive” - 14
Using custom formula, the output becomes a number 18900. How do I make the output display properly as a date instead of a number?
Yongki
October 14, 2021, 3:02am
2
Hi @ianbong90 ,
Put that number into date property in users collection, so you can show it as date.
Do you mean to create multiple steps? There needs to be action from end user first to calculate the number, before converting to date?
I don’t really understand, sorry, could you please explain it more?
Yongki
October 14, 2021, 3:52am
4
Add 2 date properties in users collection, call them start date and end date, so you can later access them with logged in user in magic text
you can use form to ask user to choose these dates, have an update action before or after the submit to manipulate the date
if you have date in number format, you can convert them by update action to those dates in step 1, so it become date that you can format as date.
Use update rather than custom formula.
1 Like
The start and end dates shouldn’t be shown to the user. The only input user should have is “positive result” and “last working date”
Yongki
October 14, 2021, 4:32am
6
If it is optional for your use case, update them before showing to users.
But I guess what you need is just conversion from number to date.
1 Like
system
Closed
October 24, 2021, 4:32am
7
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.