Bug? [ABMaterial] ABMDateTimeScroller with 24H doesn't show minutes

mcGeorge

Member
Licensed User
Longtime User
When I use the following code:

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.

upload_2019-1-3_22-8-12.png
 
Top