just use this when your b4a version is >2.7 beta1
:sign0060:
b4aCVDateTimePicker
Author: IceFairy333
Version: 1
you can use them in the designer either;(add a custom view,then choose the type like DatePicker or TimePicker)
:sign0060:
b4aCVDateTimePicker
Author: IceFairy333
Version: 1
- DatePicker
Methods:- DesignerCreateView (base As PanelWrapper, lbl As LabelWrapper, props As Map)
- DateTicks As Long [read only]
- DayOfMonth As Int [read only]
- Month As Int [read only]
- Year As Int [read only]
- TimePicker
Methods:- DesignerCreateView (base As PanelWrapper, lbl As LabelWrapper, props As Map)
- Hour As Int [read only]
- Minute As Int [read only]
- TimeTicks As Long [read only]
you can use them in the designer either;(add a custom view,then choose the type like DatePicker or TimePicker)
Attachments
Last edited: