I have a ReST service which downloads information about events in a persons calendar...
When it returns the date and time, it returns them as a string
e.g. d
Use SimpleDateFormat (check api docs). If you provide proper time pattern it will be able to convert string into Date instantly.
SimpleDateFormat