Skip to content
Advertisement

how to remove part of values from array in php

I have an array with date & time like below:

JavaScript

From each value, the T10:00 should be cut off, so that my new array looks like this:

JavaScript

How can i do that?

Advertisement

Answer

JavaScript
User contributions licensed under: CC BY-SA
4 People found this is helpful
Advertisement