Hi there,
I have the following problem,
I have a list of dates with the following format (in the string):
"07 July 2004"
I want to transfer this into a date (07.07.2004) but I have no idea how to transfer the extracted month name (July in this example) into a number (07).
Any idea?
Tnx a lot in advance.