Changing Time on SE 3.20

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

    Changing Time on SE 3.20

    The time and date on my site is july 17, 2006. How to change this to current date and time..?tnx
    Last edited by tsinelas; 29.04.10, 12:50.

    #2
    show us your time and date coding so we can help .
    Wapchat4u


    Topsites4u

    Comment


      #3
      you can change server date n time by .htaccess.
      n show server time by time() funtion

      Comment


        #4
        @ncle..i cant find it..im using social engine 3.20
        @khan..cn u post here the code..?
        Tnx..4 d reply..

        Comment


          #5
          current date: $cdate = ''''.date(''D d M y'').''''; echo ''$cdate'';
          current time: $realtime = time() + (4 * 60 * 60); echo ''$reatime''; 4 is ur gmt
          Last edited by khan; 30.04.10, 06:35.

          Comment

          Working...
          X