date() question

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Yang Li Ke

    date() question

    Hi,

    Id like to add 20 minutes to this :

    $today = date("Y/m/d, H:i:s");

    anyone can help ?


    thanx a lot :)

    Yang
    --






  • Tom Thackrey

    #2
    Re: date() question



    On 15-Sep-2003, "Yang Li Ke" <yanglike@sympa tico.ca> wrote:
    [color=blue]
    > Id like to add 20 minutes to this :
    >
    > $today = date("Y/m/d, H:i:s");
    >
    > anyone can help ?[/color]

    $today = date("Y/m/d, H:i:s",time()+2 0*60);

    --
    Tom Thackrey

    Comment

    Working...