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
I know the edtDateUP variable is = to date 06/01/2015
etdDate is the EditText field
Dim etdDateUP As String
edtDate.text = edtDateUP