Decode Date()

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Decode Date()

    In the database the date is a number ex: 1222333444 ... What represent this number??
    whatmp3.name - search mp3 on mobile

    #2
    its a unix timestamp, noting wrong with it just the way *unix systems and such record time and what not

    Comment


      #3
      Code:
      $date[0] = ....extract it from dbase
      echo "The date: ".date("d m y - h:i:s",$date[0])." 
      ";
      or for time use

      $time = gettimemsg($date[0]);
      Hate romains that take codes from here and tell to all that they had made that

      Comment


        #4
        How to get latest time in forum instead of 31-12-69 - 18:00:00 in post

        Comment


          #5
          Code:
          $time =  date("g:i a");
          Visit: Chat4u.mobi - The New Lay Of being a site of your dreams!
          Visit: WapMasterz Coming Back Soon!
          _______
          SCRIPTS FOR SALE BY SUBZERO
          Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
          FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
          _______
          Info & Tips
          php.net
          w3schools.com

          Comment


            #6
            ... I know how to use date ... But how can I get thet number from (ex 18.02.2009 - 18:22 ?????
            whatmp3.name - search mp3 on mobile

            Comment


              #7
              <div class='quotetop'>QUOTE (shad0w @ Feb 13 2009, 10:40 PM) <{POST_SNAPBACK}></div>
              ... I know how to use date ... But how can I get thet number from (ex 18.02.2009 - 18:22 ?????[/b]
              http://php.net/time
              It's better to keep your mouth shut and give the impression that you're stupid, than to open it and remove all doubt.
              ⓣⓗⓔ ⓠⓤⓘⓔⓣⓔⓡ ⓨⓞⓤ ⓑⓔ©ⓞⓜⓔ, ⓣⓗⓔ ⓜⓞⓡⓔ ⓨⓞⓤ ⓐⓡⓔ ⓐⓑⓛⓔ ⓣⓞ ⓗⓔⓐⓡ !
              ιη тнєσяу, тнє ρяα¢тι¢є ιѕ α яєѕυℓт σƒ тнє тнєσяу, вυт ιη ρяα¢тι¢є ιѕ тнє σρρσѕιтє.
              キノgんイノ刀g 4 ア乇ムc乇 ノ丂 レノズ乇 キucズノ刀g 4 √ノ尺gノ刀ノイリ!

              Comment


                #8
                date("d.m.y - h:i".... of of
                Hate romains that take codes from here and tell to all that they had made that

                Comment

                Working...
                X