Versions Compared

Key

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

...

dateToNumber: converts the date into a number. This block extracts a selected portion of the date and converts it to a number that represents that Year, Month, Day, etc.
As you can see in the example below, we show how to use the block to extract those three entities from the date. You could also get Hour, Minute, or Second if desired.
Image Added

dateToString: converts a part of date into a string

...