Date Timestamp to String
I want to convert timestamp to string.
-
Hello,
Please try this:
tostring(GETMONTH([date])) + '/' + tostring(GETDAY([date])) + '/' + tostring(GETYEAR([date])) + ' ' + tostring(GETHOUR([date])) + ':' + tostring(GETMINUTE([date]))
You'll just need to replace [date] with the name of your date field.
Please feel free to reach out if you have any questions at: inquiries@paldi.solutionsThanks, LianPaldi SolutionsOfficial Sisense Partner
Please sign in to leave a comment.
Comments
1 comment