Using SimpleDateFormat is a standard way to do String <-> Date conversion in Java.
But this class is not present in GWT JRE Emulation library so we can’t use it in GWT client-side code.
What is standard/recommended way of doing this conversion, then?
As given an example in
Date Time Format, this may be helpful.