We are working with an API that has the dates provided in this format:
"DateofSignature": "\/Date(1549170000000-0500)\/",
We're not quite sure what that format is. How can we use date_format
with this string? Much appreciate any pointers. Thanks.