datetime - What date format is this API returning? -
i'm getting api - date relates 30th june 1983:
[dateofbirth] => /date(425775600000+0100)/
so data type this? api doc says it's datetime i've not come across looking before. need able decode , re-encode whatever format is.
thanks.
that unix time in milli-seconds.
unix time given in seconds since 1st january 1970,
425775600
maps
30.06.1983 01:00:00
(with offset due timezone).
use tool verify:
Comments
Post a Comment