{altattrib}
«« »»
[ Cette Page ] # http://crea.gos.free.fr # http://crea.gos.free.fr

DATE en JS



http://www.w3schools.com/js/js_obj_date.asp

Try it Yourself - Examples

Return today's date and time
How to use the Date() method to get today's date.

getFullYear()
Use getFullYear() to get the year.

getTime()
getTime() returns the number of milliseconds since 01.01.1970.

setFullYear()
How to use setFullYear() to set a specific date.

toUTCString()
How to use toUTCString() to convert today's date (according to UTC) to a string.

getDay()
Use getDay() and an array to write a weekday, and not just a number.

Display a clock
How to display a clock on your web page.