PHP mktime problem

Discussion in 'PHP' started by tamilsoft, Oct 24, 2007.

  1. #1
    Hi,

    I cant get any output for the following:

    echo mktime(0,0,0,12,12,2070);

    Please help me
     
    tamilsoft, Oct 24, 2007 IP
  2. theOtherOne

    theOtherOne Well-Known Member

    Messages:
    112
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    108
    #2
    Are you using a PHP version prior to 5.1.0? Because on php.net it says the following:
    http://de2.php.net/manual/en/function.mktime.php
     
    theOtherOne, Oct 24, 2007 IP
    tamilsoft likes this.