I'm using a Java mail client to read my emails. The Date field contained in the message reads as:
Sat Dec 20 12:25:54 CET 2014
I wonder if there is a safe way to convert it in Java to a language independent format such as:
dd/MM/YYYY HH:MM
Thanks