Hi,
@ilan I do exact this in "pb_Start_Click" and you see the result -> 19:52 and not 7:52 PM
I tray the same on my other Notebook with Windows 10 english and it is ok. This is a mistake on German Windows version.
sorry i havenot seen it.
it is really weird, i cannot understand why u r getting that result. the line
DateTime.TimeFormat = "h:mm a"
is completely ignored. when u put an "a" in the format u should get either AM/PM even if you set to 24h format u still should get an AM/PM and you dont get it what means this line is ignored.
try to delete your ipa from your device and reinstall the debug bridge and debug your app again. are u using a local mac?
try to create a different project with only that code and see if u get the right result.
u should get "AM/PM" when u enter "a" in the timeformat so even if u use 24h like
DateTime.TimeFormat = "HH:mm a"
u still should get "AM/PM"