date and time

  1. A

    Android Question Verify if the date and time are correct on the phone

    Hi all. Today one of my clients sent me a copy of the app local sqlite database and I saw that on clock in request to the server was sent on 9/19/2023 12:00 AM ET but recieved on the server 09/18/2023 8:00 ET - we'are in NY. The day before and days after were Ok. The server and the phone in the...
  2. 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/...
  3. C

    Android Question Clarion date conversion

    Hi! I'm trying to convert a date from Clarion format (80328 02/12/2020) to a date in b4a. It's a kind of julian date, any ideas? Thanks in advance!
  4. A

    iOS Question DateTime.DateParse problem

    Hi all. It might be a dumb question but I can't find an answer. I have a simple code Try DateTime.TimeFormat="HH:mm:ss" DateTime.DateFormat="MM/dd/yyyy" Dim l As Long l=DateTime.DateParse("11/26/2020 11:52:20") xui.MsgboxAsync("L="...
  5. mcqueccu

    B4J Question Advice on new app (Employee Attendance)

    I am about to work on a small B4J application - Attendance logging for the time in and time out. The organization has about 15 employees. Also, the application is expected to work offline, and on a single machine. My concern is If I use system time for the logs, it is possible for some...
Top