Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Format of the date function in Java Script
Message
De
08/10/2001 20:02:37
Fausto Garcia
Independent Developer
Lima, Pérou
 
Information générale
Forum:
Internet
Catégorie:
Javascript
Divers
Thread ID:
00565399
Message ID:
00565752
Vues:
26
Hi,

If you need a solution in javascript this may help you:
var lcDate,ld;
ld = new Date();
lcDate = ld.getDay()+"-"+ld.getMonth()+"-"+ld.getYear();
It's based on Ahmad's solution in vbscript.

Regards,
Solo se que nada se

Fausto J. Garcia Pino - MCSD.NET
.NET, Oracle, Tronador & Fondismo!
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform