asp.net - How do I parse JSON dates with ActionScript? -


i have dates in json generated asp.net pages using json.net library. these dates this:

"lastmodifieddate": "\/date(1301412877000-0400)\/" 

how parse these actionscript flex 3 professional? i'd have in native data format.

note: i'm not asking here how parse json feed as3corelib. have json deserialized library dates not decoded. why need know how decode date format.

you'll want use as3corelib's json implementation decode string objects.


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -