Top "Uidatepicker" questions

The UIDatePicker is a class in the UIKit framework of iOS which represents an graphical object that uses multiple rotating wheels to allow users to select dates and times.

How to disable AM/PM in UIDatePicker

How to disable or hide AM/PM in UIDatePicker from code / interface builder? I want to have 24 hours time picker …

iphone cocoa-touch interface-builder uidatepicker
Avoid UIDatePicker transparency in iOS7

i just upgraded my app to iOS7 and found that date picker is transparent. It looks like I can see …

ios ios7 uidatepicker
How to keep jquery ui datepicker in place (stick to the input control) while scrolling?

After reading a lot of on the subject I'm still in the dark about how to approach resolving the problem. …

jquery css jquery-ui uidatepicker
iOS Show UIDatePicker between UITableViewCells

In iOS 7, developers are encouraged to show date pickers between table cells when needed for input, and then hide them …

objective-c ios7 uidatepicker
How do I make a modal date picker that only covers half the screen?

I want to have the same effect as the birthday date setter in the iPhone contacts app. How do I …

iphone uiviewcontroller modalviewcontroller uidatepicker
Detect if UIDatePicker is rolling?

I'm using a UIDatePicker in a modal view, to select a date. I found that if the view is closed …

iphone objective-c uidatepicker
How in iOS to localize text of the month in UIDatePicker, and if it is possible at all?

I make search and up to now I see that UIDatePicker is working with localization of the device. I have …

ios localization uidatepicker
Jquery Datepicker trigger after changing month (after month renders)

I want to highlight some days in the current month. I can do this on the first month, but not …

javascript jquery jquery-ui datepicker uidatepicker
jQuery UI Datepicker - allow only certain weekdays

I'm using jquery UI datepicker on a huge project and I realize now that I'll need to allow only certain …

jquery jquery-ui datepicker uidatepicker jquery-ui-datepicker
How can I show a UIDatePicker inside a Popover on iPad using StoryBoard?

I have achieved to show the datepicker inside the popover, doing it programmatically as it is shown in UIDatePicker in …

ios ipad uidatepicker popover uitextfielddelegate