Hi, I want to change words from a readed text file. To be more precisely, I need to change the date type in a text file to their representing digits.
Example
2002 y. June mon. 1 d. is the given text.
02-06-01 is the output.
So, any thoughts for getting me going would be appreciated.