Facebook/Twitter like time menu

Shout-Out

User Tag List

Results 1 to 1 of 1
  1. #1
    Sirupsen's Avatar Member
    Reputation
    25
    Join Date
    Oct 2007
    Posts
    260
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Facebook/Twitter like time

    The other day I wanted to find a function to be able to get times like:

    Posted 2 hours ago..

    And I found a script to do this for me, and I thought I would share it here, maybe someone else wondered the same but forgot to look it up.

    I commented it up quick.

    PHP Code:
       function cTime($date) { 
        
    // This makes the time more relevant like:
        // Posted.. 2 hours ago, or 2 minutes ago!
            
            
    if(empty($date)) { // Checks if there's any date
                
    return "No date provided";
            }
            
            
    $periods = array("second""minute""hour""day""week""month""year""decade");
            
    $lengths = array("60","60","24","7","4.35","12","10");
            
    // How long is the different periods?
            
            
    $now time();
            
            
    // is it future date or past date
            
    if($now $datee) {
                
    $difference     $now $date;
                
    $tense          "ago";
            
            } else { 
    // Future!
                
    $difference     $date $now;
                
    $tense          "from now";
            }
            
            for(
    $j 0$difference >= $lengths[$j] && $j count($lengths)-1$j++) {
                
    $difference /= $lengths[$j];
            }
            
            
    $difference round($difference);
            
            if(
    $difference != 1) {
                
    $periods[$j].= "s";
            }
            
            return 
    "$difference $periods[$j] {$tense}";
        } 
    Last edited by Sirupsen; 06-06-2009 at 06:01 PM.



    Facebook/Twitter like time

Similar Threads

  1. [Selling] Facebook Page Like, Instagram, Youtube Views SMM Panel
    By kamkam50 in forum General Trading Buy Sell Trade
    Replies: 0
    Last Post: 11-07-2016, 02:51 PM
  2. [Selling] YouTube - Facebook - Twitter - Google Boosting
    By GoldTyrants in forum General Trading Buy Sell Trade
    Replies: 0
    Last Post: 08-18-2014, 12:11 PM
  3. Replies: 0
    Last Post: 07-21-2012, 06:06 PM
  4. Facebook/Twitter white background
    By Igzz in forum Suggestions
    Replies: 4
    Last Post: 04-16-2011, 10:48 AM
All times are GMT -5. The time now is 05:03 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search