I have an application where it has record time, which uses DateTime.Now
, and a start date and end date that the user informs. Showing this data in a DataGrid
is in MM/dd/yyyy hh:mm tt
format. I want it to be shown in the Brazilian standard dd / MM / yyyy hh: mm. How can I set this to DateTime
?
DataGrid: