Convert Double Date 44480 to 11Oct21

How can i can the datetime format?

Hi @jerry.kohzl ,

Could you give this a try?
image

DateTime.FromOADate(44480)

image

DateTime.FromOADate(44480).ToString("ddMMMyy")

Kind Regards,
Ashwin A.K

1 Like

Thanks! It works.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.