hello all
i try to get data from date timepicker command by the folowing format
"dd'/'mm'/'yy"
and it retrives me the correct format but with the additional hour and i dont need the hours jus "dd/mm/yy"
how can i do that.
i use
dtpSupAdd.CustomFormat = "dd'/'mm'/'yy"
Dim a As String
a = dtpSupAdd.Value()
MsgBox(a)
i get the propriate format with additional hour and i need just date how can i do that?