Tagged Questions
DatePicker is a widget used in UI applications to quickly and easily select dates by the user.
22
votes
9answers
30k views
jQuery UI DatePicker - Change Date Format
I am using the UI DatePicker from jQuery UI as the stand alone picker.. i have this code
<div id="datepicker"></div>
And the follow JS
$('#datepicker').datepicker();
When i try to ...
12
votes
3answers
722 views
iPhone Date Picker rolls over to 2010 on December 27th?
So I implemented a UIDatepicker in one of my applications for scheduling and autodialing teleconferences... everything is pretty much ready to go except, while testing I noticed that when the date ...
9
votes
7answers
7k views
Jquery UI Datepicker not displaying
UPDATE
I have reverted back to Jquery 1.3.2 and everything is working, not sure what the problem is/was as I have not changed anything else apart of the jquery and ui library versions.
UPDATE END
I ...
8
votes
5answers
2k views
Loading a UIDatePicker in Landscape on a UINavigationController
I have a custom UINavigationController that supports auto-rotate. I also have a UIDatePicker on one of my views that I throw onto the stack of the Navigation controller. The auto-rotate works if I ...
6
votes
2answers
3k views
UIDatePicker in PopoverView in iPad
I have an iPad specific application running iOS 3.2.2 which displays a settings view in a ui popover. This all renders great, but now I'm trying to get a date picker to render inside the view and not ...
6
votes
2answers
11k views
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 popup a UIPickerView and a UIDatePicker - as demonstrated in the DateCell example from ...
5
votes
1answer
749 views
JQuery datepicker numberOfMonths: display current selection month last
I have a jquery datepicker with the numberOfMonths set to 3, currently when I click on the datepicker, the left side month is the current month. In most cases, the user is only going to be selecting a ...
5
votes
2answers
755 views
Interface Builder UIDatePicker
is there a way to set the UIDatepicker to minute and seconds versus Hour and Minute
edit I ended up adding my own UIPicker class, and creating the value and label myself.
4
votes
1answer
118 views
How to add Date picker in Action Sheet?
- (IBAction) showCatPicker {
if (self.catList !=nil) {
self.catList=nil;
[catList release];
}
self.catList = [[NSMutableArray alloc] init];
self.actionSheet = ...
4
votes
1answer
2k views
UIDatePicker in UIActionSheet on iPad
In the iPhone version of my app, I have a UIDatePicker in a UIActionSheet. It appears correctly. I am now setting up the iPad version of the app, and the same UIActionSheet when viewed on the iPad ...
4
votes
2answers
180 views
How to prevent jQuery uidatepicker from highlighting selected (or current) date in all months of calendar?
I've gone through the options for this plugin several times and can't seem to find a way of turning off this behaviour: the current or selected date is highlighted in all months of the widget, not ...
4
votes
3answers
2k views
UIDatePicker - Problem Localizing
I've created a UIDatePicker in my app and I also have support for several languages. My UIDatePicker is created in Interface Builder, and I have created a seperate localization XIB so I can customize ...
4
votes
3answers
3k views
jQuery UI Datepicker and Google Chrome not working
I'm having some problems with jQueryUI Datepicker and Google Chrome. My datepicker is working as expected with IE8, Firefox and Safari. The problem is when clicking the datepicker connected textbox in ...
4
votes
2answers
1k views
Strange Problem with UIDatePicker in ActionSheet - Below that Selection indicator I can't select anything, It's become like disabled
I am implementing datepicker with Action Sheet with the following code :
-(void)popupActionSheetWithDatePicker
{
UIActionSheet *sheet = [[UIActionSheet alloc] initWithTitle:nil delegate:self ...
4
votes
2answers
3k views
How to control positioning of jQueryUI datepicker
The datepicker in jQueryUI renders with a dynamic position. It renders according to its css if there's enough room for it, but if there isn't enough window space it tries to render on screen. I need ...
4
votes
5answers
6k views
UIDatePicker in UIActionSheet layering problem
Someone posted this code in another question to put a UIDatePicker in a UIAlertSheet:
UIActionSheet *menu = [[UIActionSheet alloc] initWithTitle:@"Date Picker"
...
4
votes
3answers
2k views
UIDatePicker inside UIScrollView with pages
I have a UIScrollView with 2 pages, and I can scroll horizontally between them. However, on one of my pages, I have a UIDatePicker, and the scroll view is intercepting the vertical touch events so I ...
4
votes
1answer
5k views
iPhone / Cocoa UIDatePicker show only month and day
I'd like to have a UIDatePicker where the user can pick a month and a day but not the year. I'm aware that leap years have an extra day, so for simplicity, let's throw that day away.
Is there any way ...
3
votes
1answer
118 views
UIDatePicker available dates
I know that it's possible to set minimum and maximum date for UIDatePicker. What I want is to set alternating available/not available date ranges (so appropriate rows are active & could be ...
3
votes
1answer
277 views
XCode: Why is my event not being added to the calendar?
I have added the following code to my app:
NSDate * selected = [DatePicker date];
NSString * date = [selected description];
NSDateComponents *components = [[NSCalendar currentCalendar] ...
3
votes
2answers
231 views
UIDatePicker highlights today's date - how can i change that color?
UIDatePicker highlights today's date in it's blue color, but I'd like it to use a different color for this. How can i change it?
3
votes
1answer
99 views
Problem selecting date in UIDatePicker iphone
I´m using the UIDatePicker in a form but the problem is that when I select the date and time, the time in the text field is 5 hours after the time showed in the picker. I've read that there's a bug in ...
3
votes
1answer
4k views
Display datepicker on tapping on textfield
How can I display a datetimepicker control on tap of a textbox?
I have a user interface that has arrival and departure text fields, and when a user clicks on arrival textbox it should bring up a ...
3
votes
0answers
225 views
UIDatePicker september 1978 bug in ios 4.x
Using a date picker in my app it is impossible to select a date in September 1978 other than September 1st.
If you have i.e 8 September 1979 and you change just the year to 1978 the day jumps ...
3
votes
1answer
542 views
JavaScript Mimics of the iPad's UI (specifically, UIDatePicker and UIPicker)
Does anyone know a way to mimic the UIDatePicker and the even more general UIPicker iOS controls in HTML & JavaScript?
Does anyone know of a solution like this? I've seen JavaScript mimics of ...
3
votes
1answer
427 views
iphone uidatepicker localization
I facing a problem with localization in iphone date picker.I want the date picker to show dates only in English, but now it takes the language which is set to the region in iphone settings.I tried ...
3
votes
2answers
909 views
ios UITextField to edit with uidatepicker
I have a uitextfield where is written a date.. how can I show on the bottom of the page a uidatepicker instead of a standard keyboard?
thanks in advance
3
votes
4answers
2k views
UITableViewController with picker view
I've a serious problem, and I cannot solve it by myself. I've spent hours searching the documentations, programming guides as well as developer forums and stack overflow.
The problem is I want to ...
3
votes
1answer
1k views
How to implement a modal date picker?
I am using code from Ed Marty's answer for the question here but am having real trouble with a few bits.
On the click of a button I have got the datepicker appearing, but the 'done' button however ...
3
votes
1answer
1k views
UIDatePicker - Upon Date Changed
I have just started using UIDatePicker in my iPad app, but is there a way of checking when the date has been changed?
I want to do something when the date is changed. Hope you can help, thanks.
3
votes
1answer
1k views
jQuery UI DatePicker - Disable all days except last day of month
I'm trying to use the jquery UI datepicker to show a calendar with only the last day of the month selectable.
I've successfully used the beforeShowDay event to disable days of the week but not sure ...
3
votes
3answers
2k views
Get Date Parts from a NSDate value
I'm using a UIDatePicker and I'm having problems with converting this data to a System.DateTime value in MonoTouch. There are problems with conversions from NSDate to DateTime, which I've mostly ...
3
votes
3answers
13k views
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 used the compare: method, however, when I do the following code, even if it's the same date as [NSDate date], ...
3
votes
2answers
4k views
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 mode in UIDatePicker.
Please help
3
votes
5answers
2k views
Why jQuery UI datepicker can't works in jQuery dialog modal?
I want to use jQuery UI datepicker in one of my text inputs. This one is in a dialog modal.
In fact, I can call datepicker in the normal document text inputs and i got my calender normally but I ...
3
votes
1answer
199 views
How can I make it so that all dates in a UIDatePicker are the same color?
By default, UIDatePicker displays today's date in a blue font and the rest of the dates in black.
How can I make it so that all the dates are black?
3
votes
2answers
3k views
Can I localize a UIDatePicker?
I'm trying to localize a UIDatePicker. Apple's docs say that it should autodetect the current locale, yet the language stays the same, no matter what language I select. What do I have to do?
2
votes
2answers
66 views
UIPopover not displaying correctly from UIButton
I have a UIButton that when clicked, displays a UIPopover with a UIDatePicker in it.
It is supposed to display under button for date of birth, but it is covering it instead.
This is the code I have:
...
2
votes
4answers
249 views
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 have a modal date picker come up only halfway on the screen.
I want the date picker to be over a ...
2
votes
1answer
108 views
blank UIDatePicker on iPad in mode UIDatePickerModeDateAndTime
I am struggling with the UIDatePicker on iPad. The setDate or .date assignment makes the DatePicker empty:
UIDatePicker * dtVCpicker = [[UIDatePicker alloc] initWithFrame:CGRectZero];
...
2
votes
2answers
119 views
iPhone: Can I make a UIDatePicker appear on top of a UIKeyboard?
What I'm trying to do:
I've got a standard UITableView, with several UITextFields and a few cells showing a time/date. Basically, it's a form where users can input both text and dates.
How it's ...
2
votes
1answer
119 views
UIDatePicker with 15m interval but always exact time as return value
I've got a UIDatePicker in Time mode with an interval of 15 minutes.
Let's say it's 7:22PM. The value that the date picker shows per default is the current time rounded to the next higher/lower ...
2
votes
1answer
376 views
UIDatePicker in UIPopover
I have searched the entire internet (maybe I am exaggerating a little) for a tutorial on how to put a DatePicker into a UIPopover and display that in an iPad application. I have tried creating a ...
2
votes
1answer
294 views
Disable blinking cursor in UITextField?
I've followed the instructions here and succesfully set up a UITextField that gets updated with a UIDatePicker. However the cursor in the UITextField is blinking, which seems quite a bit awkward to ...
2
votes
1answer
408 views
How to show a UIDatePicker over the tab bar, in an orientation-friendly way?
I want to slide in a UIDatePicker when my user taps on my table view date field, exactly as in the standard contact app, when the user taps on the birthday field. With one additional killer detail:
...
2
votes
3answers
147 views
Find Parent UIActionSheet
I have a UIActionSheet to select a time for use in my app. Selecting the time works fine, but I can't find a way to hide the action sheet when the "Done" button is clicked.
The code I have is:
...
2
votes
2answers
363 views
UIDatePicker Exception when calling setDatePickerMode with Region Format set to Taiwan Calendar to Japanese
We are using the standard UIDatePicker view to allow the user to set a countdown duration using the picker. The code is as follows:
//in the header file
UIDatePicker *pickerView;
//in the ...
2
votes
1answer
520 views
IOS: UIDatePicker renders poorly with a black background
When I create a new UIDatePicker with its Mode set to a CountDownTimer, it renders poorly with a black background. Anyone have any insight?
Normal Picker looks like this:
CODE: Note the UIButton ...
2
votes
2answers
479 views
Add AM/PM to datepicker?
My UIDatePicker is set to UIDatePickerModeTime but on the apple documentation it says The date picker displays hours, minutes, and (optionally) an AM/PM designation. The exact items shown and their ...
2
votes
2answers
82 views
iphone core data question
Im implementing some rostering app for the iphone,
it uses coredata to save the data, I have one doubt (of many!!)
in an entity (days), I need to set start time, but on type for the attribute, I ...