Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 262 Bytes

17-dates.md

File metadata and controls

13 lines (12 loc) · 262 Bytes
title layout
17 – Dates (wip)
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 time zones