B4A Question what date format is B4XTable.Setdata looking for? - Mikelgiles    Sep 25, 2019 I am loading data from a CSV file that has dates in the format of yyyy/mm/dd (2017/05/22) and in the table all dates show up as 12/31/1969 so I assume the date format in the csv file is not proper. I modified a date in the csv file to 20170522120000.000, 05/22/2017, 5/24/2017, and 5/24/17 but bu B4A Question Dateformat and Phone Language - Mahares (first post)    Feb 14, 2015 Would this work for you: 1. Create a map that matches the vietnamese months( key) to the US months (value). 2. Then read the map to convert your date. See example below: Dim sets As Map 'Globals 'In Activity_create sets.Initialize sets.Put("thang mot", "January") sets.Put("tháng hai", B4A Question datetime, parse and ticks - Knoppi (first post)    Oct 11, 2022   (1 reaction) LastModified represents ticks (date & time)
You can solve it like this
'Test Dates
Dim lblUPLDataDesde As String ="2022-10-11"
Dim lblUPLDataAte As String = "2022-10-11"
Dim fname As String = "Testfile.txt"
DateTime.DateFormat = "yyyy-MM-dd HH:mm:ss"
Dim ValFrom As Long = D B4A Question automatic change of apk version - canalrun (first post)    Nov 07, 2015   (3 reactions) The contents of the ver.bat file: @echo off set mm=%date:~4,2% set dd=%date:~7,2% set yy=%date:~12,2% set hh=%time:~0,2% set min=%time:~3,2% set ss=%time:~6,2% set /a ts=hh * 3600 + min * 60 + ss call:toHex ts tsh set bld=%yy%%mm%%dd%.%tsh% echo %bld%>"%~dp0\Files\ver.txt" exit :toHex dec B4A Example B4Xgoodies_from_walt61 Online - AnandGupta (first post)    Feb 21, 2022   (2 reactions) What's New Since Last Week (14 Feb 2022 to 21 Feb 2022)
B4X
B4X
Cloning Class Instances, Semi-Automatic Self-Replication, and a Trick
Cloning Class Instances, Semi-Automatic Self-Replication, and a Trick
https://www.b4x.com/android/forum/threads/b4x-cloning-class-instances-semi-automatic-self-r B4A Code Snippet Application Log File Function - Jmu5667    Apr 09, 2019   (7 reactions) Hello All Have been using this for years, thought I might shared it. It's a logger function, it's very handy when you have multiple app and your trying to see who doing what. Hope someone might find it useful Regards John. Sub writelog(m As String) Dim s As OutputStream, b() As Byte B4J Question 3+ questions about dates in B4XTables from Excel spreadsheets - Mahares (first post)    Mar 03, 2023   (1 reaction) For your project to work properly, you have to set the dates as TEXT not DATE since you have mostly blank dates. The in memory database used by B4XTable expects ticks of those dates and converts the dates to ticks internally and display them as real dates on the B4XTable. If you set the dates as DAT B4J Library Basic Calendar custom view using designer script extension - stevel05    Jul 24, 2023   (23 reactions) There are no external dependencies. Updates V1.00 initial version V1.01 19 Jul 2023 Update to change internal date parsing from text to numbers, and set the month and day names. V1.02 24 Jul 2023 Added LineColor to allow for dark mode Added Today button (Displays current month) Download at least t B4R Question Setting time and date on files created on SD. - tigrot    May 14, 2018 Hi everybody Does anybody know if it's possible to set time and date on files created on SD? regards Mauro B4A Question SDK_Target 26, what consequences? - Erel (first post)    Dec 21, 2017   (2 reactions) A few things (not complete): - 23 - runtime permissions - 24 - must use FileProvider when sharing files - 26 - background limits. You must carefully test your app on a device running the OS version set in the targetSdkVersion (or higher). Don't rush with it. The deadline is August 2018 for new a Page: 1   2   3   4   5   6   7   Powered by ColBERT |