Hi,
VB makes my dates from my datetimepicker into the format mm/dd/yyyy instead of dd/mm/yyyy like i want. Heres how i put the value into a variable to use:-
Dim dtResponseReceivedTo As Date = dtpTo.Value.Date
I need dd/mm/yyyy, this is how its stored in my access97 database - am usingvis studio 2003
Thanks, alex
VB makes my dates from my datetimepicker into the format mm/dd/yyyy instead of dd/mm/yyyy like i want. Heres how i put the value into a variable to use:-
Dim dtResponseReceivedTo As Date = dtpTo.Value.Date
I need dd/mm/yyyy, this is how its stored in my access97 database - am usingvis studio 2003
Thanks, alex