CHeighlund
Programmer
I know it's possible to turn a date from the default system format to an alternate format with the FormatDateTime() command and put it into a string. Is there some way to reverse this particular effect? I'm trying to do date comparisons between two user-entered dates, but the user enters each date with a pair of ComboBoxes (for month and day) and a TextBox for the year. I can't guarantee that all users will have the same default date formatting on their systems, and attempts at kludging the date into a string and attempting StrToDate() on it fail because my resulting string's format doesn't match the box's date format.
Anyone have any suggestions on how to solve this? Or should I be looking at other ways to get the information I need instead?
Anyone have any suggestions on how to solve this? Or should I be looking at other ways to get the information I need instead?