Hi I have a excel input file with date in this format 43334 (vsting format) and I have used formula and datetime tool but not getting converted in my csv output file
DateTimeFormat([App Launched Date],"%m/%d/%y")
Can you please help
Solved! Go to Solution.
Hi @Lumjing
use the below formula to convert it to date.
ToDate(ToNumber([Date]))
Hope this helps : )
User | Count |
---|---|
18 | |
14 | |
13 | |
9 | |
8 |