I have a string that contains a "json timestamp" (I guess its called so, because of this question: The "right" JSON date format)
2015-08-11T09:19:25Z
Now I want to convert this string with php into something like this:
09:19 11.08.2015
I tried the date function, but it did not work.