A
Alejandro Penate-Diaz
how can I convert a string like this "10/00" meaning octuber/2000 to a valid
DateTime?
Tnx, Alejandro.
DateTime?
Tnx, Alejandro.
Ignacio Machin ( .NET/ C# MVP ) said:Hi,
try DateTime.ParseExact.
Cheers,
dlgproc said:I could be wrong, but I don't think you can since a valid DateTime must have
a Month, Day and Year.