I have a slight problem with my JSON string which I have converted from ASP.NET.
The JSON string that C# has converted for me looks like this: /Date(1338199919727)/
I guess it converts it into milliseconds or something, but how do I get a Java-date out of this huge integer?
I need to get the date displayed properly on my Android app (as a string in a specific format (dd-MM-yyyy : HH), that's why I need it to be in Java. Do I have to manually make some form of converter myself, and figure out how to do it? Or is there some sweet, easy way of doing this?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…