echo "18.11.2012" | awk -F"." '{t=mktime($3 " " $2 " " $1 " 00 00 00"); print strftime("%d %B %Y", t)}'
Standard input is empty
18 November 2012
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!