Android Question AnotherDTP.Getdate to date

DanteS

Member
Licensed User
Longtime User
The methode Getdate of AnotherDTP shows a date in the box, but if you need to operate it, for example to send it to a database, you get an error because the box contains the date in a long variable.
How can I convert it to text?
 

DonManfred

Expert
Licensed User
Longtime User
B4X:
DateTime.Date(DTPvalue)
 
Upvote 0
Top