Android Question EditText and Date Question

Jay Young

Member
Licensed User
Longtime User
I am trying t o get an EditText Box to load a date from a variable and i can not get it to show on the screen it just stays blank,

I know the edtDateUP variable is = to date 06/01/2015
etdDate is the EditText field

Dim etdDateUP As String
edtDate.text = edtDateUP
 

Jay Young

Member
Licensed User
Longtime User
Thanks for the response but now i get an Invalid Double error, any ideas on that?

Thanks Again
Jay
 
Upvote 0
Top