{"id":20572833,"url":"https://github.com/datetime/month-day","last_synced_at":"2025-04-14T17:23:02.749Z","repository":{"id":57302616,"uuid":"36267102","full_name":"datetime/month-day","owner":"datetime","description":"Get the current day of the month, according to local time or UTC.","archived":false,"fork":false,"pushed_at":"2017-05-24T20:50:57.000Z","size":5,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-28T06:03:50.711Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/datetime.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-05-26T02:32:45.000Z","updated_at":"2021-04-06T21:59:53.000Z","dependencies_parsed_at":"2022-09-13T07:13:12.187Z","dependency_job_id":null,"html_url":"https://github.com/datetime/month-day","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datetime%2Fmonth-day","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datetime%2Fmonth-day/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datetime%2Fmonth-day/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datetime%2Fmonth-day/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/datetime","download_url":"https://codeload.github.com/datetime/month-day/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248543882,"owners_count":21121838,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-16T05:24:11.693Z","updated_at":"2025-04-14T17:23:02.716Z","avatar_url":"https://github.com/datetime.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# month-day [![NPM version](https://badge.fury.io/js/month-day.svg)](http://badge.fury.io/js/month-day)\n\n\u003e Get the current day of the month, according to local time or UTC.\n\n## Install\n\nInstall with [npm](https://www.npmjs.com/)\n\n```sh\n$ npm i month-day --save\n```\n\n## Usage\n\n```js\nvar day = require('month-day');\n```\n\nAssuming it's 10:27 PM EST, on May 25, 2015:\n\n```js\nday()\n//=\u003e '25'\n\nday('UTC')\n//=\u003e '26'\n```\n\nZero-fill the day (e.g. `1` =\u003e `01`):\n\n```js\nday('DD');\n//=\u003e '01'\n```\n\n## Related projects\n\n* [days](https://github.com/jonschlinkert/days): Days of the week.\n* [iso-week](https://github.com/jonschlinkert/iso-week): Get the ISO week of the year.\n* [month](https://github.com/datetime/month): Get the name or number of the current month or any month of the year.\n* [months](https://github.com/jonschlinkert/months): Months of the year.\n* [o-clock](https://github.com/jonschlinkert/o-clock): Simple utility for displaying the time in 12-hour clock format.\n* [seconds](https://github.com/jonschlinkert/seconds): Get the number of seconds for a minute, hour, day and week.\n* [weekday](https://github.com/jonschlinkert/weekday): Get the name and number of the current weekday. Or get the name of the… [more](https://github.com/jonschlinkert/weekday)\n* [week](https://github.com/jonschlinkert/week): Get the current week number.\n* [year](https://github.com/jonschlinkert/year): Simple utility to get the current year with 2 or 4 digits.\n\n## Running tests\n\nInstall dev dependencies:\n\n```sh\n$ npm i -d \u0026\u0026 npm test\n```\n\n## Contributing\n\nPull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/datetime/month-day/issues/new)\n\n## Author\n\n**Jon Schlinkert**\n\n+ [github/jonschlinkert](https://github.com/jonschlinkert)\n+ [twitter/jonschlinkert](http://twitter.com/jonschlinkert)\n\n## License\n\nCopyright © 2015 Jon Schlinkert\nReleased under the MIT license.\n\n***\n\n_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on May 25, 2015._","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatetime%2Fmonth-day","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdatetime%2Fmonth-day","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatetime%2Fmonth-day/lists"}