[ad_1]
Simply check for not ascending order.
if ([self.system.systemInbetriebnahme compare:date] != NSOrderedAscending)
return nil;
8
[ad_2]
solved iOS: Compare two less or equal NSDates [duplicate]
[ad_1]
Simply check for not ascending order.
if ([self.system.systemInbetriebnahme compare:date] != NSOrderedAscending)
return nil;
8
[ad_2]
solved iOS: Compare two less or equal NSDates [duplicate]