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.

Custom iOS UIDatepicker using UIAppearance

UNIQLO's new alarm app has a custom UIDatePicker: And I want to create my own custom UIDatePicker. I tried to …

iphone ios ios5 uidatepicker uiappearance
Why doesn't jQuery UI datepicker work in jQuery dialog modal?

I want to use jQuery UI datepicker in one of my text inputs. This one is in a dialog modal. …

jquery datepicker jquery-ui-datepicker uidatepicker
How to get selected day/month and year from jquery datepicker

I am using the Jquery UI Datepicker plugin, I am trying to get the selected day, month and year from …

jquery uidatepicker
how to implement date picker on button click in ios?

I am building an iOS app.I am using storyboards to build the screens and i have made a form …

ios iphone forms uidatepicker
jQuery ui datepicker, get Day of week from onSelect

Is it possible to get the day of the week from the onSelect event of the datepicker. I know I …

jquery jquery-ui datepicker uidatepicker
UIDatePicker upon date changed

I have just started using UIDatePicker in my iPad app, but is there a way of checking when the date …

iphone objective-c uidatepicker
Set text color and font for UIDatePicker in iOS8/Swift

I've been having trouble trying to set the UIDatePicker font and color. Everything else in my app was fairly straightforward …

ios swift uidatepicker
Observing change in UIDatePicker

I noticed that there is no delegate to observe changes in UIDatePicker. Is there a way to detect when a …

objective-c ios uidatepicker key-value-observing
Elegantly replace iPhone keyboard with UIPickerView

I have a table view that has embedded UITextFields for entering some data. It also has two other fields that …

iphone uitextfield uipickerview uidatepicker
Comparing an NSDate to [NSDate date]

I am trying to force a user to select a date in the future with a date picker. I obviously …

iphone datepicker compare nsdate uidatepicker