Posts by andrepaulovich • 76 points
1 post
-
6
votes4
answers7116
viewsA: How to hide the time of a "Datetime?" field in the user interface?
Instead of using the method .ToString("dd/MM/yyyy") use the .ToShortDateString(), because it will do the conversion to string disregarding the time, but the coolest is that it will follow the rules…