Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document time units. Fixes #1277 #1282

Merged
merged 3 commits into from
Apr 4, 2016
Merged

Document time units. Fixes #1277 #1282

merged 3 commits into from
Apr 4, 2016

Conversation

domoritz
Copy link
Member

@domoritz domoritz commented Apr 4, 2016

| `day` | return the day of the week for a given date input, in local time | `1` |
| `year` | returns the year for a given date input, in local time | `2016` |
| `month` | returns the (zero-based) month for a given date input, in local time | `3` |
| `hours` | returns the hours component for a given date input, in local time | `11` |
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

0-23?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What else?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it could be 0-11 with a separate AM PM function.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants