Codice per inserire l'ora nel forum

« Older   Newer »
 
  Share  
.
  1. ¤°.¸¸Capitan America¸¸.°¤
     
    .

    User deleted


    Amministrazione --> Gestione codice HTML --> Codice HTML che verrà visualizzato solo nella homepage del sito

    CODICE
    <h4>Sono le <script type="text/javascript">
    <!--
    var currentTime = new Date()
    var hours = currentTime.getHours()
    var minutes = currentTime.getMinutes()

    if (minutes < 10)
    minutes = "0" + minutes

    document.write(hours + ":" + minutes + " ")
    if(hours > 11){
    document.write("PM")
    } else {
    document.write("AM")
    }
    //-->
    </script>
    </h4>
     
    Top
    .
  2. GuRu -_-
     
    .

    User deleted


    per cambiare colore ???
     
    Top
    .
  3.  
    .
    Avatar

    あしたのジョー

    Group
    SuperMod
    Posts
    53,877
    Location
    Pontedera

    Status
    non si può...
    Web
     
    Top
    .
  4. GuRu -_-
     
    .

    User deleted


    eeehhh ??
    Si può, ma è proibito forse....e allora spiegatemi come faccio se ho uno sfondo azzurro con la scritta celeste non si legge UN . . . !!!!

     
    Top
    .
  5. Xizzan
     
    .

    User deleted


    Poprio non si può. Dovresti rifare lo script.
     
    Top
    .
  6. GuRu -_-
     
    .

    User deleted


    LO SCRIPT ?
    In che senso ?!?
     
    Top
    .
  7.  
    .
    Avatar
    Group
    Member
    Posts
    4,717
    Location
    Milano

    Status
    CITAZIONE (¤°.¸¸Capitan America¸¸.°¤ @ 10/12/2008, 07:41)
    Amministrazione --> Gestione codice HTML --> Codice HTML che verrà visualizzato solo nella homepage del sito

    CODICE
    <h4>Sono le <script type="text/javascript">
    <!--
    var currentTime = new Date()
    var hours = currentTime.getHours()
    var minutes = currentTime.getMinutes()

    if (minutes < 10)
    minutes = "0" + minutes

    document.write(hours + ":" + minutes + " ")
    if(hours > 11){
    document.write("PM")
    } else {
    document.write("AM")
    }
    //-->
    </script>
    </h4>

    grazie 1000 :D
     
    Top
    .
6 replies since 10/12/2008, 07:41   835 views
  Share  
.