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.

 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…