B4A Class Hijri date Calendar - William Lancee (first post)    Sep 27, 2022 Have you tried? (from @Erel tutorial on xui views)
Wait For (Dialog.ShowTemplate(DateTemplate, "", "", "CANCEL")) Complete (Result As Int)
If Result = XUI.DialogResponse_Positive Then
btnDate.xLBL.Text = DateTime.Date(DateTemplate.Date)
End If... B4A Library [B4X] XUI Views - Cross platform views and dialogs - Erel    Nov 26, 2025   (85 reactions)   tags: B4X XUI Views Dialogs, xui, XUI Views , ShowTemplate - Shows a dialog based on a template class. See the source code for the template structure. It is quite simple. Available templates: - B4XDateTemplate - Based on AnotherDatePicker. - B4XColorTemplate - Nice color picker. - B4XLongTextTemplate - Scrollable text. - B4XListTemplate - A list of items. The user can choose one of the items. - B4XSignatureTemplate - Captures the user signature and adds a timestamp to the bitmap. - B4XInputTemplate - Template for text and numeric inputs... B4J Library [B4X] [XUI] AnotherDatePicker - Erel    Sep 13, 2020   (22 reactions)   tags: Erel, DatePicker, XUI, b4a Edit: don't use this library. Use B4XDialog + B4XDateTemplate from XUI Views library instead. This is a cross platform version of AnotherDatePicker custom view based on XUI library. https://www... can enter the date directly into the field. The field border color will change to red when the value... before 4.4 (stable) then you need to remove the reference to iDateUtils library and add the DateUtils code module instead. This is related to a bug fixed in B4i v4.4. - You might see a warning while... 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... by Paypal or with a coffee. :)
In the month view, you can select a date
In the year view... B4A Library [B4X] B4XPreferencesDialog - Cross platform forms - Erel (first post)    Apr 7, 2019   (2 reactions)   tags: preference, B4X, builder, B4X B4XPreferencesDialog Add this:
p.DateTemplate.Initialize
p.DateTemplate.FirstDay = 1
... B4A Library [B4X][B4XLib] lmB4XMultiDateDlg - LucaMs (first post)    Nov 24, 2024 be enough, you would also need to raise an event like SelectedDayChanged, but anyway the date template will surely contain the selected date:
Public Sub MoveTo(NewParent As B4XView, Left As Int, Top As Int... B4A Class [B4X] lmB4XDateTemplate - LucaMs (first post)    Nov 20, 2024   (6 reactions) ) and its ShowTemplate method but, as you can see in the project I attach, you will add and use this class, lmB4XDateTemplate, add and use also the layout file DateTemplate2.
I repeat that the purpose... necessary to "associate" a DB to the dialog-template, you will pass a list of numbers... contains only a date and a note. By clicking on a highlighted day, the relative note will be taken... B4A Class Extended B4XDateTemplate UPDATE 3.0 - Guenter Becker    Apr 1, 2025   (14 reactions) Name: TD_B4XDateTemplate
Version: 3.0
Code: B4X
Licence: free
163114 163115 163116
This Template is based on the Template lmB4XDateTemplate from (C) lucasMS (Forum Page). I applied some more... B4A Library [Class] AnotherDatePicker - A simple "web style" date picker - Erel    Feb 18, 2019   (16 reactions)   tags: Date /threads/100836/#content AnotherDatePicker is an inline date picker: https://www.b4x.com... (DateDialog from the Dialogs library) is that you can easily customize it as needed. Most of the layout is created with the visual designer and designer script. ADP.GetDate returns the selected date... you should add AnotherDatePicker class, reference DateUtils library and add DatePicker layout file... with SetDate that is called before the view is ready. v1.10 - Adds a Closed event. See the attached example.... B4A Library [B4X] AS WheelDateTimePicker - based on ASWheelPicker - Alexander Stolte    Jun 4, 2025   (15 reactions) This is a date and time picker in IOS picker design.
This library is based on the ASWheelPicker.../
131112_8ApxvqReVc
Use:
AS_WheelDateTimePicker1.Create
AS_WheelDateTimePicker
Author: Alexander Stolte... Page: 1   2   3   4   |