I want to get this date's timestamp from string. I'm trying:
DateTime::createFromFormat("Y-m-d", "2015-05-18T23:45:21.604Z");
But it returns nothing. I don't know which format is this.
I want to get this date's timestamp from string. I'm trying:
DateTime::createFromFormat("Y-m-d", "2015-05-18T23:45:21.604Z");
But it returns nothing. I don't know which format is this.