Skip to content
View rossb's full-sized avatar
Block or Report

Block or report rossb

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. css-shuttle.tmbundle css-shuttle.tmbundle Public

    A TextMate 2 bundle for authoring modern CSS quickly.

    1

  2. get-last-date-of-month get-last-date-of-month Public

    Takes a Date object and returns a Date object for the last day of its month (set to midnight local time).

    JavaScript 1

  3. is-valid-date-object is-valid-date-object Public

    Returns true for a Date object with a value other than 'Invalid Date', false otherwise.

    JavaScript

  4. get-midnight-date get-midnight-date Public

    Takes Date object and returns another Date object set to the same date at midnight local time.

    JavaScript

  5. get-next-date get-next-date Public

    Takes a Date object and returns a Date object representing the next calendar day, set to midnight local time.

    JavaScript

  6. get-next-dates get-next-dates Public

    Returns an array of Date objects of specified length, representing the calendar dates following the Date object supplied.

    JavaScript