snowyu/date-type.js

View on GitHub
src/value.coffee

Summary

Maintainability
Test Coverage

Line exceeds maximum allowed length
Open

    @param {Number}   The number of days to add. The number can be positive or negative [Required]
Severity: Minor
Found in src/value.coffee by coffeelint

Line exceeds maximum allowed length
Open

  vDateMethodNames = vDateMethodNames.filter (name)-> not (name in ['constructor', 'valueOf', 'toJSON'])
Severity: Minor
Found in src/value.coffee by coffeelint

Line exceeds maximum allowed length
Open

      Resets the time of this Date object to 12:00 AM (00:00), which is the start of the day.
Severity: Minor
Found in src/value.coffee by coffeelint

Line exceeds maximum allowed length
Open

    @param {Number}   The number of months to add. The number can be positive or negative [Required]
Severity: Minor
Found in src/value.coffee by coffeelint

Line exceeds maximum allowed length
Open

    Compares this instance to a Date object and returns an number indication of their relative values.
Severity: Minor
Found in src/value.coffee by coffeelint

Line exceeds maximum allowed length
Open

    @param {Number}   The number of years to add. The number can be positive or negative [Required]
Severity: Minor
Found in src/value.coffee by coffeelint

Line exceeds maximum allowed length
Open

    @param {Date}     Date object to compare. If no date to compare, new Date() [now] is used.
Severity: Minor
Found in src/value.coffee by coffeelint

Line exceeds maximum allowed length
Open

    @param {Number}   The number of weeks to add. The number can be positive or negative [Required]
Severity: Minor
Found in src/value.coffee by coffeelint

Line exceeds maximum allowed length
Open

    @return {Number}  -1 = this is lessthan date. 0 = values are equal. 1 = this is greaterthan date.
Severity: Minor
Found in src/value.coffee by coffeelint

There are no issues that match your filters.

Category
Status