Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
var d = new Date("2020-07-30") // note you should type Date not date !!!


If you want to get its element value like FullYear, Month, Date, Hours, and etc. You can simply get it like below.

...