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

Cursor error with postgresql, pgpool and php -

delphi - ESC/P programming! -

c++ - error: use of deleted function -