How can i can the datetime format?
Hi @jerry.kohzl ,
Could you give this a try?
DateTime.FromOADate(44480)
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.