You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On iOS8 (did not test other version, but it s probably also the case), if RegionFormat is set to UK and Date&Time 24-Hour disabled, mt_dateFromISOString returns null:
Note: as there is no Date&Time, this cannot be tested in the simulator, only on device
The text was updated successfully, but these errors were encountered:
mdstage
changed the title
on iOS8 with RegionFormat set on UK and Date&Time 24-Hour Time disabled, mt_dateFromISOString returns nill
on iOS8 with RegionFormat set on UK and Date&Time 24-Hour Time disabled, mt_dateFromISOString returns null
May 5, 2015
On iOS8 (did not test other version, but it s probably also the case), if RegionFormat is set to UK and Date&Time 24-Hour disabled, mt_dateFromISOString returns null:
By setting the locale in (NSDate *)mt_dateFromISOString:(NSString *)ISOString:
it's working fine:
Note: as there is no Date&Time, this cannot be tested in the simulator, only on device
The text was updated successfully, but these errors were encountered: