Page 1 of 1
Change date format
Posted: Tue Apr 15, 2008 11:56 am
by jpg
I have to change date format from
18 de Febrero de 1981
to DD/MM/YYYY
Thanks
Posted: Wed Apr 16, 2008 2:19 pm
by bveldkamp
There's no easy way to do that in TextPad, unless you repeat a Search/Replace action 12 times (for each month). Otherwise I'd suggest you learn some kind of programming language.
Search: _de_Febrero_de_ (spaces replaced with underscores)
Replace: /02/
No need for regular expressions here.
It would be easy to do this using DataMystic TextPipe
Posted: Wed Apr 16, 2008 2:32 pm
by David Haslam
Such a task would be ideally suited to
DataMystic TextPipe.