S
simon
I get from the dateTimePicker the value: string="12/18/2003 11:52:28 AM"
Now I need to convert this to dateTime. Any function I use: Convert.ToDateTime(string) or Cdate(string), I get an error message:
String was not recognized as a valid DateTime.
What should I do?
Use replace function and mid function on string and at the end convert it to date?
Thank you for your answer,
Simon
Now I need to convert this to dateTime. Any function I use: Convert.ToDateTime(string) or Cdate(string), I get an error message:
String was not recognized as a valid DateTime.
What should I do?
Use replace function and mid function on string and at the end convert it to date?
Thank you for your answer,
Simon