NativeDialogs icon indicating copy to clipboard operation
NativeDialogs copied to clipboard

date and time setting only shows date

Open redannick opened this issue 12 years ago • 4 comments

using the time and date code from the readme, displaymode is set to NativeDatePickerDialog.DISPLAY_MODE_DATE_AND_TIME, however I'm only seeing the date picker, no time (android 4.1.1)

I'm sure there must be something I'm missing...

redannick avatar Mar 15 '13 14:03 redannick

I don't see the time either. Is there a way to pick both?

speedclimb avatar Jun 15 '13 22:06 speedclimb

I tried using DISPLAY_MODE_TIME as well and the DATE Picker keeps popping up on HTC EVO 4G and Nexus 7.

speedclimb avatar Jun 16 '13 05:06 speedclimb

Any info for displaying Time as well as Date on Android? Thanks

speedclimb avatar Jun 24 '13 23:06 speedclimb

In case it helps anyone, I ended up simply showing the date, then the time directly after, which was an acceptable workflow for my needs.

redannick avatar Jun 25 '13 08:06 redannick