2.0.5 • Published 3 years ago

@makemesenpai/datelib v2.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Coverage

There is no badge here! This is due to the repo being joined together. If these were seperate repos, a badge would have appeared.

https://img.shields.io/github/issues/MakeMeSenpai/JS_Libraries_practice

Docs

Table of Contents

e

This var initiates our custom date object

Parameters

  • input ...args num types, or string types

log

This method returns the inputed year

Returns number this.date's year

log

This method returns the inputed month

Returns string this.date's month

log

This method returns the inputed day

Returns number this.date's day

log

This method returns the inputed hour

Returns number this.date's hour

log

This method returns the inputed minutes

Returns number this.date's minutes

log

This method returns the inputed seconds

Returns number this.date's seconds

log

This class adds one to its input.

Parameters

Returns number that number, plus one.