I have a date:
var date = new DateTime(2017,6,14,13,0,0);
and a textview to display it. I'd like to display as '14/06/2017 13:00' when I set Date and time of the device to 'Use 24-hour format' and '16/06/2017 1:00 PM' when I un-check 'Use 24-hour format'.
How can I do?
Thank you!