UIDatePicker to pick just date, not time
Hey guys, I have been working on a simple app that countdowns to a specific date that the user can choose using a date picker. The issue is that whenever you pick a date it counts down to the exact minute and second on that date.
For example: If it is currently 4:35 PM and I use the app to countdown to December 25th, it doesn't count down to December 25th 12:00 AM it counts down to December 25th 4:35 PM. Or if you choose the next day, it wouldn't count down till midnight but to 4:35 tomorrow.
Date Picker is set to only date so I don't know if I need to somehow covert it's date so that it looses the time info or that the time is set to a specific time (like 12:00 AM that day).
Any ideas?
|