ivanomonti Expert Licensed User Longtime User Apr 22, 2020 #1 I have to write a database date on DatePicker but I can't find the .text or similar entry.
Erel B4X founder Staff member Licensed User Longtime User Apr 22, 2020 #2 DatePicker.DateTicks returns the selected date. You can use DateTime.Date to convert the ticks to a string, though in most cases it is best to keep it as ticks (Long number). Upvote 0
DatePicker.DateTicks returns the selected date. You can use DateTime.Date to convert the ticks to a string, though in most cases it is best to keep it as ticks (Long number).