B4A Library DateTimePicker View - jtare    Jul 18, 2021   (9 reactions) datetime picker. This view has only been tested in B4A, it is not very useful in B4i since for ios...)
DateTimePicker1.SetMinDate(DateTime.Now-DateTime.TicksPerDay*15)
DateTimePicker1.SetMaxDate(DateTime... B4A Library [B4X] AS WheelDateTimePicker - based on ASWheelPicker - marcick (first post)    Dec 2, 2023 Sorry for this trouble.
when I want to do something that looks great I always take iOS as model.
If it can help, this is how datetime picker looks in iOS out of the box. Large text and horizontally... B4A Library [B4X] [XUI] AS WheelPicker - Spinner - a modern single/multiple choice picker view - based on xCustomListView [Payware] - Alexander Stolte    Jun 4, 2025   (20 reactions) Hello,
this is a modern wheel picker, like the IOS-PickerView.
WheelPicker/Spinner
This library... and smoother in real
107748
B4I-Preview - the WheelPicker in the use in an app
107749107750... B4A Library [B4X] [XUI] AS DatePicker - fast navigate to a Month - Year - Decade - Century | RangeDatePicker - Alexander Stolte    Aug 8, 2025   (24 reactions) This is a simple DatePicker, with which you can quickly reach your target date. With a click...+
ASDatePicker
Author: Alexander Stolte
Version: 1.17
ASDatePicker_BodyProperties
Fields... B4A Library [B4X] [XUI] AS DatePickerTimeline - pliroforikos (first post)    Aug 16, 2022 Hello,
I was using
AS_DatePickerTimeline2.Scroll2Date(DateTime.now)
AS_DatePickerTimeline2_SelectedDateChanged(DateTime.now)
to go and select today.
Using;
AS_DatePickerTimeline2... B4A Library DateTimePicker UPDATE 2023 - Guenter Becker    Nov 15, 2023   (13 reactions) Version: 3 NEW UPDATE 11/2023 This is a B4A Class. It opens a Time-, Date- or DateTime-Picker... B4X Ticks. Installation: Copy the TD_DateTimePicker Class in your Projekt. Copy the Files .json... Private xui As XUI Private TD_DateTimePicker1 As TD_DateTimePicker Private TDDateTimePicker1Parameter As Map End Sub Public Sub Initialize TDDateTimePicker1Parameter.initialize End Sub Sub SetupDialog(UseDefault As Boolean) TDDateTimePicker1Parameter.clear If UseDefault... B4A Library [B4X] [XUI] AS TimePickerDialog based on B4XDialog and AS_TimePicker - Alexander Stolte    Jul 1, 2025   (16 reactions) A dialog that prompts the user for the time of day using a TimePicker.
I spend a lot of time in...
144297144298
Private Sub ShowDialogDarkMode
TimePickerDialog.Initialize(Root... B4A Library [Class] AnotherDatePicker - A simple "web style" date picker - Erel    Feb 18, 2019   (16 reactions)   tags: Date This is an old version. Latest version is included in XUI Views: https://www.b4x.com/android/forum/threads/100836/#content
AnotherDatePicker is an inline date picker:
https://www.b4x.com/basic4android/images/SS-2016-02-10_17.26.22.png
The advantage of this class over the built-in dialog... you should add AnotherDatePicker class, reference DateUtils library and add DatePicker layout file... B4A Library SwitchDateTimePicker - Johan Schoeman (first post)    Dec 22, 2019 I`m getting an error when I`m trying to install the demo (see screenshot for full errors) "..\demores\values\styles.xml:3: error: Error retrieving parent for item:..." I`ve added the Resources, LibRes, and DemoRes into the demo folder, what else am I doing wrong? James 86552 You need to select the AppCompat library. If you don't have it, search the forum, download it, and copy it to your additional library folder You might also have to replace dialog_switch_datetime_picker.xml... B4A Library Material Date Picker - intellvold    Oct 9, 2022   (18 reactions) Material Date - Time Picker Dialog
Updated :)
This Library wrape for this github
work...
Dim Datepicker As Intellvold_DatePicker
Dim Mycalendar As Intellvold_Calendar
Dim... Page: 1   2   3   |