Re: [PHP] From 24/7/2013 to 2013-07-24

[email protected] (Tamara Temple)
Newsgroups php.general
Message-ID <[email protected]>
On Jul 26, 2013, at 4:18 AM, Karl-Arne Gjersøyen <[email protected]> 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);

You want to reverse the array, not sort it :) array_reverse().

>        $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

Also, I thought the locale for European countries used periods as separators, not slashes; slashes for North America…

*shrug*
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.