|
-
Feb 24th, 2003, 09:26 AM
#1
Thread Starter
Addicted Member
retrieve data from date timepicker
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?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|