I have a calculated date/time column that is simply the submission date of the sharepoint record + 14 days.
When I use Text(ThisItem.FollowupDate,DateTimeFormat.ShortDateTime) in a Text label, it does not convert and the raw date/time appears as text.
That's what is explained as the solution to what I want in numerous posts.