Results 1 to 2 of 2

 

Thread: Simple day request

  1. #1
    Registered User

    Status
    Offline
    Join Date
    Sep 2003
    Posts
    315
    Thanks
    28
    Thanked 19 Times in 16 Posts


    Hello,

    I'm trying to do something simple, but am having a struggle.

    My server is in the US and has a -5 hour offset.

    I need to get the day in the UK. Can someone put me in the right direction?

    I've been googling for ages but can't seem to crack it.

    Thanks!

  2. #2
    Registered User

    Status
    Offline
    Join Date
    May 2009
    Posts
    28
    Thanks
    1
    Thanked 4 Times in 3 Posts
    Hi,

    I assume you want to put the day/date in your website.

    If your site runs on PHP do this:
    <?php echo date('jS F Y H:i:s', strtotime("+5 hours")); ?>
    PHP will get the server time and add 5 hours to it.

    JavaScript:
    <script type="text/javascript">
    <!--
    var currentTime = new Date()
    var month = currentTime.getMonth() + 1
    var day = currentTime.getDate()
    var year = currentTime.getFullYear()
    document.write(month + "/" + day + "/" + year)
    //-->
    </script>
    JavaScript will only show the visitors local day and time.

    Hope that helps!

  3. The Following User Says Thank You to jramroop For This Useful Post:

    Tobman (04-06-10)



Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Simple Competiton
    By ed_WeightWorld in forum Affiliate Marketing Lounge
    Replies: 0
    Last Post: 11-12-09, 06:12 PM
  2. 2 simple Q's..
    By Steve2009 in forum Web Hosting & Security
    Replies: 4
    Last Post: 05-03-09, 09:32 AM
  3. Simple ideas are the best
    By bapages in forum Affiliate Marketing Lounge
    Replies: 4
    Last Post: 16-03-06, 01:32 PM
  4. A simple request...
    By evanzo in forum Affiliate Marketing Lounge
    Replies: 0
    Last Post: 11-06-05, 03:28 AM
  5. Simple HTML or PHP?
    By Silverfern in forum Affiliate Marketing Lounge
    Replies: 14
    Last Post: 16-04-05, 11:49 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
To Top

Content Relevant URLs by vBSEO 3.5.0 RC2