Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 261 Bytes

File metadata and controls

13 lines (12 loc) · 261 Bytes
title 17 – Dates (wip)
layout page
  • new Date()
  • new Date(y,m,d,h,min,s,ms)
  • new Date(string)
  • .getMonth() => 0..11
  • .getDay() => 0..6, 0 = Sunday
  • awareness of its many methods
  • awareness of timezones