I have a String that represents a date. For example "040720" represents today. Its format is UNKNOWN, it is specified at run-time. The format of the string in my example happens to be "yymmdd", but it could be anything.
So, given a date string and a format string, how do I convert this to a Date object?
Thank you
So, given a date string and a format string, how do I convert this to a Date object?
Thank you