[Simple-support] help with datetime elements
Brought to you by:
niallg
|
From: Leonardo S. <som...@gm...> - 2011-12-16 02:57:30
|
hello everyone, i'm using simplexml with android and it works quite well, but i have a small question: the service side uses JAXB to render the xml sent to me over rest rpc and JAXB takes my Date field and transforms it in something like this: <c> <data>2011-12-15T11:49:18.888-03:00</data> </c> further reading show that format is in reality the DateTime data type: http://www.w3schools.com/schema/schema_dtypes_date.asp so, is there any way to make my Persister understads and generates it? Thanks in advance. |