Android Question Date Menu - Can it be more confusing?

kepler

Active Member
Licensed User
Longtime User
Hi,

I'm using a simple Date dialog to get a input date.
In the B4A emulator, the user can easely input the year, month and day...

BUT, in the cell phone, an elaborated dialog appears, where if one wants to change the year it must be done manually - month after month...

Is there a simplier dialog that can be used?

Kind regards,

Kepler
 

DonManfred

Expert
Licensed User
Longtime User
Upvote 0

kepler

Active Member
Licensed User
Longtime User
Hi,

Solved the problem with:

B4X:
Dim Dd As DateDialog
...
Dd.ShowCalendar = False

Kepler
 
Upvote 0
Top