B4J Question [ABMaterial] Get rid of time in the component

Dianzoa

Active Member
Licensed User
This is the code, I use the flag DATE, but the time still appears.

Cheers, Diego

B4X:
public Sub ConnectPage()         
    '    connecting the navigation bar
    ABMShared.ConnectNavigationBar(page)
  
  
    'llamar al job al SQL que trae las cantidades
    DateTime.DateFormat = "DD/MM/YYYY"
  
  
    Dim newdate As Long =  DateTime.Now
  
    ABMFecini.Initialize(page, "ABMFecini", ABM.DATETIMEPICKER_TYPE_DATE, newdate, "Elige una Fecha de Inicio", "")
    ABMFecfin.Initialize(page, "ABMFecfin", ABM.DATETIMEPICKER_TYPE_DATE, newdate, "Elige una Fecha Final", "")
 

Attachments

  • Image 1.png
    Image 1.png
    13.2 KB · Views: 126
Top