When I use the following code:
The minutes doesn't appear, it is the month. Don't know why but it is wrong.
B4X:
Dim oDate As ABMDateTimeScroller
oDate.Initialize( page, "oDT", ABM.DATETIMESCROLLER_TYPE_TIME, ABM.DATETIMESCROLLER_MODE_CLICKPICK ,DateTime.Now , "Startzeit", "" )
oDate.TitleTimeFormat = "HH:mm"
oDate.ReturnTimeFormat = "HH:mm"
oDate.TimeShowAMPM = False
page.Cell(8,2).AddComponent( oDate )
The minutes doesn't appear, it is the month. Don't know why but it is wrong.