date picker

  1. Alexander Stolte

    B4A Library [B4X] [XUI] AS BottomDatePicker

    This view combines 2 views and makes it quick and easy to let the user select a date. You need: AS_DatePicker AS_DraggableBottomCard I spend a lot of time in creating views, like this and to create a high quality view cost a lot of time. If you want to support me and further views, then you...
  2. BugNot

    Android Question [B4X] XUI Views - date picker with icons

    Hi, I partially use this library. šŸ‘ For the date picker, is it possible with this library to add images as in the attached photo? Thanks.
  3. Alexander Stolte

    B4A Library [B4X] AS WheelDateTimePicker - based on ASWheelPicker

    This is a date and time picker in IOS picker design. This library is based on the ASWheelPicker, without it the library will not work. https://www.b4x.com/android/forum/threads/b4x-xui-as-wheelpicker-spinner-a-modern-single-multiple-choice-picker-view-based-on-xcustomlistview-payware.127505/...
  4. Alexander Stolte

    B4A Library [B4X] [XUI] AS DatePickerTimeline

    Date Picker Library that provides a calendar as a horizontal timeline. This library is inspired by a Flutter library, but the B4X one is better ;) I spend a lot of time in creating views, like this and to create a high quality view cost a lot of time. If you want to support me and further...
  5. Alexander Stolte

    B4A Library [B4X] [XUI] AS DatePicker - fast navigate to a Month - Year - Decade - Century | RangeDatePicker

    This is a simple DatePicker, with which you can quickly reach your target date. With a click on the header the view changes. I spend a lot of time in creating views, like this and to create a high quality view cost a lot of time. If you want to support me and further views, then you can do it...
  6. intellvold

    B4A Library Material Date Picker

    Material Date - Time Picker Dialog Updated :) This Library wrape for this github work on B4a v11 SetMinDate SetMaxDate CancelColor CancelText OkColor OkText Title DarkMode On Cancel OnDateset 2 layout Mode Added Dismiss_Dialog Events : _OnCancelDate() _OnDateSet() _OnCancelTime ()...
  7. A

    B4J Question MySQL Date conversion

    Hi Guys, I currently have data stored in a MySQL table as '2018-07-31 00:00:00', however, my DatePicker populates a variable as '31-07-2018' and fails to pull data through. When is the best time to convert the date and how? On DatePicker_ValueChanged or inside the SQL when I look up the date...
  8. FERNANDO SILVEIRA

    Android Question [B4X] [XUI] AnotherDatePicker which code is the final one?

    Hello guys, I'm testing the code listed here and I still can't get dates before 1970. I read thru the thread and it seems it was fixed already. Which is the most recent code? The attached files don't indicate the version level. Regards, Fernando
  9. FERNANDO SILVEIRA

    Android Question Error compiling example app MaterialDateTimePicker

    Hello Guys, I'm trying to compile example app for MaterialDateTimePicker and am getting the following error: C:\Users\Fernando\OneDrive\Pesquisas-Estudos\Basic4Android\MaterialDateTimePicker\Objects\bin\extra\res1\res\layout\mdtp_date_time_picker_dialog.xml:10: error: No resource identifier...
Top