Get a date in formart "dd/mm/yyyy"

Hey @hungdo,

In this case you need to use TryParseExact Method allowing the predicted formats as an array.
Refer this link and find the xaml for reference,

Note: You can convert any formats to your desired format.

Regards,
Dom :slight_smile:

5 Likes