migueldeicaza / MonoTouch.Dialog

Tools to simplify creating dialogs with the user using MonoTouch
MIT License
431 stars 211 forks source link

Correct displaying of time in update label. #159

Closed beeradmoore closed 11 years ago

beeradmoore commented 11 years ago

Changed the time for RefreshTableHeaderView. In Australia in the simulator it would display the time with a trailing "AM" or "PM", but on the device it would only display "A" or "P". This fixes that and preserves default date format.

cosmos21 commented 11 years ago

FYI this is because of the mono bug https://bugzilla.xamarin.com/show_bug.cgi?id=3539. It claims it's fixed but the fix doesn't seem to be in MT yet.