J
John A Grandy
what's the preferred method in vb.net to convert a String to a Date .... ?
* "John A Grandy said:what's the preferred method in vb.net to convert a String to a Date .... ?
* "Cor said:I prefer datevar = CDate(string)
Eduardo A. Morcillo said:CType(string, date)