Jump to content

kokoko

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

kokoko's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Thank you for the answers and the script!! But it needs to show the current local time in Seoul, Korea, not the clock on the visitor's desktop. Where and how do I do that? I found only one script but it was wayyyyyyyyy to long to put in.
  2. *I googled this problem and couldn't find any.. This is the code. What I've changed are only datetimezone and date format. <?php $timezone = new DateTimeZone( "Asia/Seoul" ); $date = new DateTime(); $date->setTimezone( $timezone ); echo $date->format( 'h:i:s A (l, F jS, Y)' ); ?> I mush refresh the page to see the current time. Could anyone tell me how to make this clock ticking without refreshing the page? I want to see every hour, minute, and second ticking. Please help~!! Thank you in advance
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.