On a B4Xpage we have two DatePicker field txtFromDate and txtToDate
How to set these field from code, having a date like a string value?
txtFromDate.DateTicks = ???
Wich function that return a DateTicks from a string (example "14/09/2020") ?
I work on the application, which should be used by Parkinson ill people to enter their good and bad times (on and off times).
Ich have three columns in the sqlite database. In the first column the date is being saved, in the second one the time of the day. In the third the number should be...
Hi everybody.
This is a Persian date picker I wrote. It doesn't use B4XView and has no special requirements.
Displaying the date picker pop-up is done with code. It works as a ResumableSub.
To use it:
1. simply add "PerPicker.bas" to your project;
2. Provide its main function with a parent node...
I need to merge to my app Hebrew date.
do we have in b4a and Hebrew date library? like System.Globalization in visual studio?
a good start point will be a lib that get Georgian date and return the day in Hebrew date...
I want a better dialog for time input so I created this time (picker) dialog using B4X XUI Views and IME library. I think the code has too many lines. Hope someone can simplify or improve it.
Note: I haven't tested but I think this code can also work for B4i and B4J.
Update: I have tested with...
Hi
I read some dates from SQL Server.... and I save them to my SQLite database.
The dates stored like that: /Date(1498856400000)/.
Every record has a value like that.
It is a correct format? I need to change it some how?
After that I try to convert that value in my SQLite query but no luck...
I'm using a Map to save a date (long) selected with AnotherDatePicker.
When I read the map I get "strange" error (set a breakpoint on line 67 - Dim lngDate...).
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.