I have used following command to convert Date-time value in string:
Here dtpdatum is DateTimePicker
ProjektText1 = VB6.Format(dtpDatum.Value, "dd,MM,yyyy")
Now i want to retrieve Date-time value from this string/text object.
How can i do that?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You should better use .NET functions, then you can use
DateTime.ToStringandDateTime.ParseExactwith your format: