I'm trying to get nsdate from uidatepicker, but it constantly returns me a date time with trailing 20 seconds. How can I manually set NSDate's second to zero?
|
|
|
|
|
|
|
NSDate is immutable, so you cannot modify its time. But you can create a new date object that snaps to the nearest minute:
|
||
|
|
