uidatepicker Questions

6

Solved

Is there any way possible to set a UIDatePicker in XCode-Interface Builder to just use the rollers of the "month" and "year" without the "day"? I've tried checking the...
Burdett asked 13/6, 2011 at 8:30

7

Solved

How to hide the future dates in UIDatePicker for user choosing only past and current year of birthdays. I search lot of source but I can't get the desired result. Here is my code, dateofBirthDa...
Schoenfeld asked 28/5, 2014 at 11:40

4

Solved

I'm struggling to set the datepicker to only allow time and a 24 hour format in Swift, any ideas how to do this? Thanks
Autarchy asked 9/7, 2014 at 11:56

16

Solved

I have a slideshow div, and I have a datepicker field above that div. When I click in the datepicker field, the datepicker panel show behind slideshow div. And I have put the script as: http://a...
Warring asked 11/8, 2011 at 21:58

14

Solved

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 nee...
Dace asked 30/11, 2009 at 9:7

12

Solved

My problem is there is a switch in my app which toggles for 12 hour and 24 hour time format.I am displaying my labels time according to that, but the UIDatePicker time is not getting changed.It's t...
Inkster asked 22/6, 2012 at 6:32

12

Solved

I need a UIDatePicker for selecting Month and Year only. I checked the class reference documents. Looks like UIDatePicker is a UIView. I imagined UIPickerView may be a sub view and I can hide the c...
Kuvasz asked 27/7, 2010 at 21:40

5

I would like to have a Date Picker with only one wheel, filled with days as on the Date and Time mode. If I choose the Date mode, I have 3 wheels and I loose the name of the day. In fact I would...
Pessa asked 27/10, 2015 at 10:43

4

Solved

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...
Algebraist asked 27/1, 2011 at 22:33

14

I have this normal UIDatePicker (sorry that it's not in English, please ignore that): But the problem is that it only appears when I'm pressing the Date Picker: And I wanted to know how to show t...
Existentialism asked 9/8, 2020 at 21:51

4

Solved

I want to use a DatePicker in SwiftUI, it is working fine and as expected. I want to add an Time-interval, like explained: UIDatePicker 15 Minute Increments Swift DatePicker("Please enter a time",...
Floorwalker asked 24/2, 2020 at 13:12

10

Solved

I have a UIDatePicker mm/dd/yy. It works fine, but there is one problem: I set minimum and maximum date to it, and when user tries to choose the forbidden day, month or year, the [datePicker date] ...
Parliamentarian asked 7/1, 2013 at 17:11

5

Solved

I'm trying to create an expandable/collapsible date picker (similar to Apple's date picker in the Date & Time section of the Settings app). I have a tableview that can have a button as one of i...
Bet asked 2/10, 2020 at 18:4

3

Solved

With iOS 13 and earlier we could use UIDatePicker as inputView but what now ? I tried with ios14 and nothing append when the textfield is tapped. var timePicker = UIDatePicker() self.timePicker.pre...
Aundreaaunson asked 4/7, 2020 at 21:29

5

Solved

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 customi...
Tevere asked 24/5, 2010 at 0:41

22

Solved

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 ...

2

Solved

I compiled my app with Xcode 13 and iOS 15, and I noticed the UIDatePicker is getting right aligned. You can see that my storyboard is properly setup with constraints: This UI element was working...
Cadet asked 23/9, 2021 at 6:53

2

Solved

With UIKit, the UIDatePicker allow set mode to UIDatePicker.Mode.countDownTimer and we can have set duration. With SwiftUI, I don't see any native way to solve this. The only way would be doing i...
Kirkwall asked 26/10, 2019 at 20:28

2

I have a row for a user to select a date, and I'm using the UIDatePicker to do this. When a user taps on it, I want it to change some text on the row as well as open the date picker. This was previ...

17

Solved

All I want to do is change the font color of the UIDatePicker. I've researched other questions but they're all involving changing other properties and customizing the entire look. All I want to do ...
Simpleminded asked 2/1, 2014 at 1:21

3

Solved

I have a UIDatepicker created in UIBuilder and instantiated once when the app first loads. When first presented, the datepicker correctly flags today's date with the word 'Today'. On IOS 4, if I di...
Stoller asked 19/1, 2011 at 8:32

7

Solved

I am trying to add a date picker to an alert view. I can add the animation to the screen based on a button click and I see a black box but no date picker. Here is what I have so far.... - (IBActi...
Whitehall asked 28/8, 2012 at 20:4

5

Solved

Under iOS 14, the date/time pickers in my app are broken. Nothing changed in the project. They're defined in a storyboard and worked fine until I updated a few days ago. Now they're not spinners; t...
Symbolist asked 28/9, 2020 at 9:53

2

I have set inline style date for iOS 14. In this date picker timer picker is display at bottom. I want to display that time picker at top of inline style date picker like display in iOS default cal...
Kryska asked 26/10, 2020 at 10:58

8

Solved

If I have a UIDatePicker, and I wish to set the minimum and maximum date range to be between thirty years ago and thirty years in the future, how would I set that up?
Maybe asked 17/6, 2010 at 19:18

© 2022 - 2025 — McMap. All rights reserved.