How to Convert from epoch to human-readable date Json To AL example /Date(1614272400000)/ To dd/MM/yyyy

I am calling a JSON web service the Posting date field is /Date(1268524800000)/. How do I convert this to a human readable format?

It’s a good question.

I would have expected that AL would read it as a correct date by default! How are you reading it and are you using the built-in Json functions?