datepicker

  1. Alexander Stolte

    Android Example [B4X] AS Settings with AS BottomDatePicker

    In this example it is shown how to realize date entries with the AS_Settings library. You need AS_Settings V2.00+ and AS_BottomDatePicker V1.01+ for this example. Private Sub B4XPage_Created (Root1 As B4XView) Root = Root1 Root.LoadLayout("frm_main") B4XPages.SetTitle(Me,"AS...
  2. Alexander Stolte

    B4A Library [B4X] [XUI] AS CalendarExpandableđź“… [Payware]

    This view was developed from scratch based on the AS_DatePicker and the AS_CalendarViewWeek from the AS_Scheduler. Both combined results in a fantastic new view. Those who have already purchased AS_CalendarAdvanced can use the same key to use this library. This library is not free, because, it...
  3. 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...
  4. Zhien

    iOS Question Scaling the DatePicker?

    For the DatePicker, I want the fonts to be bigger for a submission form. I could not find a setting where I can change the font size. Please show me how I can scale the font size of the clock.
  5. W

    B4J Question DatePicker behaviour differs between Oracle Java 8 and OpenJDK 11?

    When editing the 'textfield' (for want of a better word) of the DatePicker, I see the following happening when the view loses focus or when Enter is pressed: - compiled with Oracle Java 8: the ValueChanged event fires - compiled with OpenJDK 11: the event doesn't fire, so the text shows the...
  6. cjpryor

    B4J Question Alternatives for capturing pre-1970 dates?

    I want my application to be as cross-platform as possible with limited platform specific code. I used B4XDialog + B4XDateTemplate from XUI Views library to capture, display, store, and retrieve dates in my B4J application. It is working well. However, I have two issues with this current...
  7. I

    Android Question Is it possible to show a Month Picker dialog?

    I am familiar with Date Picker libraries and they all work very well. But for a specific purpose, I need to show a Month Picker i.e. the user should have just the ability to select month and year. I know I can do this with a custom layout using Dialogs library but I was wondering if any of the...
  8. A

    B4J Question How to set DatePicker to Start on Monday

    Hi Guys, I have had a search through the forums but am struggling to make my datepicker display Monday as the first day of the week. Currently it shows Sunday as the first day even though my Windows calendar shows Monday as the first day of the week.
Top