DateTime Picker

You must Login before you can answer or comment on any questions.

I've asked two versions of this question already but this may be a better way of asking it. When I use the picker, set to Date_Time, it displays a picker with 4 colums Today | 10 | 00 | AM. Is there a way I can only display column [0]? Remove the Time columns? I only want to see the Today, or Sun Mar 6 and not see the time columns? If I only put Date it's going to show a huge picker and take up a lot of room on my page and I want to save as much room as possible without making the pickers smaller, which I've already done. I'm afraid that by making the pickers smaller, I have a start and end date, my app will probably get rejected. Any ideas?

Thank you.

— asked 2 years ago by Kevin Brown
2 Comments
  • iOS

    — commented 2 years ago by Kevin Brown

  • I figured it out. I did it manually using var curdate = new Date(); and parsing what I wanted to display in the picker.

    — commented 2 years ago by Kevin Brown

1 Answer

what i have done in this situation is create a textField/Label that holds the date string and when it is clicked, I slide up a dialog from the bottom of the screen that holds the pickerView.

Your Answer

Think you can help? Login to answer this question!