json - Unusual date format -
i'm meant parsing open data, has unsual date format scheme i've never encountered before , wondering if had ideas might shed light on it, here example:
"incorporationdate":41137, "accounts": {"accountrefday":31, "accountrefmonth":8, "nextduedate":42155, "lastmadeupdate":41517, "accountcategory":"dormant" }, "returns":{"nextduedate":42260, "lastmadeupdate":41867 }
any ideas welcome!
edit:
thanks pointing me in direction of excel dates, nayone happen have function in js(preferably)for converting iso 8601.
thanks
dont know right format or not, when copied numbers excel , converted date , got this
41137 8/16/2012 42155 5/31/2015 41517 8/31/2013 42260 9/13/2015 41867 8/16/2014
and date 8/31/2013
seems referring accountrefday
& accountrefmonth
Comments
Post a Comment