Télécharger le script javascript Ace Date Display - Toocharger.com.l►► Télécharger Ace Date Display v1.0. Script vous permettant d'afficher la date du jour au format dd/mm/YYY sur vos pages. Script Ace Date Display. Téléchargement de Ace Date Display, download.
Vous êtes ici :
> > >
Ace Date Display
 | SCRIPT JAVASCRIPT ACE DATE DISPLAY v 1.0 |
Cliquez pour agrandir
Script vous permettant d'afficher la date du jour au format dd/mm/YYY sur vos pages.
|
<SCRIPT LANGUAGE="Javascript"><!-- // *********************************************** // AUTHOR: WWW.CGISCRIPT.NET, LLC // URL: http://www.cgiscript.net // Use the script, just leave this message intact. // Download your FREE CGI/Perl Scripts toaceDay! // ( http://www.cgiscript.net/scripts.htm ) // *********************************************** var aceDate=new Date() var aceYear=aceDate.getYear() if (aceYear < 1000) aceYear+=1900 var aceDay=aceDate.getDay() var aceMonth=aceDate.getMonth()+1 if (aceMonth<10) aceMonth="0"+aceMonth var aceDayMonth=aceDate.getDate() if (aceDayMonth<10) aceDayMonth="0"+aceDayMonth document.write("<font color='000000' face='Arial' size='2'><b>"+aceMonth+"/"+aceDayMonth+"/"+aceYear+"</b></font></small>") //--> </SCRIPT>
|
| Auteur |
|
| Site web de l'éditeur |
|
| Date de publication |
06/10/2007 |
| Langue |
anglais |
| Type de licence |
gratuit |
| Licence |
- |
| Bases de données |
Aucune |
| Consultations total |
162 |
| Consultations ce mois |
2 |
|
Note des utilisateurs |
|
Fonctionnalités Interface Stabilité Installation Rapport qualité/prix Avis général |
Nbre de votes : 0
|
|
|
 | DERNIERS AVIS POSTÉS PAR LES UTILISATEURS |