Changing the order of digits in date
Posted: Sat Jun 10, 2006 11:29 am
Hello,
I have text files with the date at the beginning of the every line in such format:
month (2 digits)-day(2 digits)-year(four digits)
example
02-22-2005
I want to change it to:
year-month-day
like:
2005-02-22
Is any way to do it with the TextPipe?
Thanx for the answer
I have text files with the date at the beginning of the every line in such format:
month (2 digits)-day(2 digits)-year(four digits)
example
02-22-2005
I want to change it to:
year-month-day
like:
2005-02-22
Is any way to do it with the TextPipe?
Thanx for the answer