date values

  1. M

    Android Question select date values stored as numbers from sqlite db

    Hi, I store date values as long in a table of sqlite db. Now I would like to select data with the certain date, picked with B4XDateTemplate. So I have a date in format "dd.MM.yyyy". I try with this code, without success: Try DateTime.DateFormat="dd.MM.yyyy" Dim strgDate As...
Top