M mcGeorge Member Licensed User Longtime User Jan 4, 2019 #1 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.
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.
alwaysbusy Expert Licensed User Longtime User Jan 4, 2019 #2 Please don't post [ABMaterial] questions under 'B4J Bugs & Wishlist': this is for B4J only, not libraries. Thx. it Looks like mm is reserved for month, and you should use ii like: B4X: mydate.ReturnTimeFormat = "HH:ii"
Please don't post [ABMaterial] questions under 'B4J Bugs & Wishlist': this is for B4J only, not libraries. Thx. it Looks like mm is reserved for month, and you should use ii like: B4X: mydate.ReturnTimeFormat = "HH:ii"
M mcGeorge Member Licensed User Longtime User Jan 4, 2019 #3 ok, sorry for the wrong place, will never happen again. Many thanks.
alwaysbusy Expert Licensed User Longtime User Jan 4, 2019 #4 mcGeorge said: sorry for the wrong place Click to expand... No problem! I Just don't want to mess with Erels system. I'm sure he will move it to the questions forum if needed.
mcGeorge said: sorry for the wrong place Click to expand... No problem! I Just don't want to mess with Erels system. I'm sure he will move it to the questions forum if needed.