Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Read date/time in an sqlite data base file
#4
Also try SQLite functions in your SQL string.

https://www.sqlite.org/lang_datefunc.html

https://www.sqlitetutorial.net/sqlite-date/
Quote: 
Code:
Copy      Help
SELECT date(d1), time(d1) FROM datetime_real;


Messages In This Thread
RE: Read date/time in an sqlite data base file - by Gintaras - 08-06-2020, 04:54 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)