Android Question Date Time

darencloud

New Member
How can i remove the 00:00:00. I only needed the date and not the time. Heres my code and the logs
 

Attachments

  • a.PNG
    36.3 KB · Views: 144
  • b.PNG
    2.8 KB · Views: 144

udg

Expert
Licensed User
Longtime User
Try:
B4X:
Log("Last Monday: " & DateTime.Date(LastMonday))
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…