A voir également:
- Javascript : conversion date ?
- Telecharger javascript - Télécharger - Langages
- A javascript error occurred in the main process - Forum Windows
- A javaScript error occurred in the main process - Forum Handicap / Accessibilté
- Afficher un tableau javascript en html ✓ - Forum Javascript
- Javascript arrondir à 2 décimales - Forum Webmastering
3 réponses
Bonjour,
jsdate
jsdate
var date = new Date(); document.write(date.getDate() + "." + parseInt(date.getMonth() + 1) + "." + date.getFullYear());