Parse finnish date string to Date Type in VB6
问题 I'm getting a Finnish date string that looks like: 29.7.2011 9:27 I'm trying to cast this string to a Date object in VB6. I've tried using the Format function but it doesn't seem to swallow the date string or I'm doing something wrong. These are some approaches I've tried: theDate = Format(dateString, "General Date") theDate = Format(dateString, "DD.MM.YYYY MM:HH") Any ideas? Thanks. 回答1: Rather than manually parsing the string yourself, which is prone to errors, and which gets messy if you