date and time setting only shows date
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...
I don't see the time either. Is there a way to pick both?
I tried using DISPLAY_MODE_TIME as well and the DATE Picker keeps popping up on HTC EVO 4G and Nexus 7.
Any info for displaying Time as well as Date on Android? Thanks
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.