I'm trying to convert a serial number to a date format. Using the the formula:
Text(DateValue(TextInput1.Text,"en-US"),DateTimeFormat.ShortDate)
where the value in TextInput1 is 44927 should return the date "1/1/2023" but it is returning "7/1/4492"
What am I doing wrong?