Hello,
I'm trying to parse a Date from a MS Sharepoint into a java.util.Date. The Details: I query a Sharepoint from a Grails webapp via the SOAP GetListItems method. In the Sharepoint list, the date is displayed correctly, here 09/11/2009 but in the SOAP response, I get
0x01ca60cf|0x94894000Further, this only happens with docx, pptx, etc. file types.
So, does anyone know how to convert this into a java.util.Date? I already tried converting the two hex values to a Long or to bytes and shifting them around, but all algorithms I googled only work for the supplied sample hex values.
[Edit] For example this SO solution (converted to Java) didn't work for my values.