Re: From 24/7/2013 to 2013-07-24

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello,

try & - reference

 foreach($lagret_dato as &$dag) or something like this :-)

Premek.

On Fri, 26 Jul 2013 11:18:03 +0200, Karl-Arne Gjersøyen <karlarneg@xxxxxxxxx> wrote:

Below is something I try that ofcourse not work because of rsosort.
Here is my code:
-----------------------
$lagret_dato = $_POST['lagret_dato'];
    foreach($lagret_dato as $dag){

        $dag = explode("/", $dag);
       rsort($dag);
        $dag = implode("-", $dag);
        var_dump($dag);

What I want is a way to rewrite contents of a variable like this:

From 24/7/2013 to 2013-07-24

Is there a way in PHP to do this?

Thank you very much.

Karl


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php






[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux