{"id":16225909,"url":"https://github.com/bestguy/ractive-datetime","last_synced_at":"2025-08-15T15:05:14.511Z","repository":{"id":65479554,"uuid":"59930203","full_name":"bestguy/ractive-datetime","owner":"bestguy","description":"RactiveJS date/time format helper","archived":false,"fork":false,"pushed_at":"2016-09-27T02:48:44.000Z","size":5,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-09T13:58:11.866Z","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/bestguy.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":"2016-05-29T06:45:51.000Z","updated_at":"2016-11-08T02:05:03.000Z","dependencies_parsed_at":"2023-01-25T08:25:10.994Z","dependency_job_id":null,"html_url":"https://github.com/bestguy/ractive-datetime","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bestguy/ractive-datetime","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bestguy%2Fractive-datetime","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bestguy%2Fractive-datetime/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bestguy%2Fractive-datetime/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bestguy%2Fractive-datetime/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bestguy","download_url":"https://codeload.github.com/bestguy/ractive-datetime/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bestguy%2Fractive-datetime/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269780571,"owners_count":24474679,"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","status":"online","status_checked_at":"2025-08-10T02:00:08.965Z","response_time":71,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-10-10T12:46:54.310Z","updated_at":"2025-08-15T15:05:14.445Z","avatar_url":"https://github.com/bestguy.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ractive Date/Time helper\n\nA date and time format mustache helper for [Ractive](http://www.ractivejs.org/), \nusing [fecha](https://github.com/taylorhakes/fecha)\n\n----\n\n## Usage\n\n_Note: this helper is a self-registering CommonJS module, and in the browser \nrequires a module system such as Webpack or Browserify._\n\n    npm install ractive-datetime\n\n### ES5:\n\n```js\nvar Ractive = require('ractive');\nrequire('ractive-date-time');\n```\n\n### ES6/2015+:\n\n```js\nimport Ractive from 'ractive';\nimport 'ractive-date-time';\n```\n\n### In Ractive template:\n\n    \u003ch2\u003e{{datetime(some_date, 'MMMM Do, YYYY')}}\u003c/h2\u003e\n    \u003ch3\u003e{{datetime(some_date, 'H:mmA')}}\u003c/h3\u003e\n\n#### Outputs:\n\nMay 28th, 2016\n\n9:15AM\n\nFull format options are [here](https://github.com/taylorhakes/fecha#formatting-tokens).\n\n**Note: Relative dates using `fromNow` helper have been removed in version 1.x. to reduce dependency sizes.**\nIf you need this, please use the older 0.1.x versions:\n\n`npm install ractive-datetime@0.1`","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbestguy%2Fractive-datetime","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbestguy%2Fractive-datetime","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbestguy%2Fractive-datetime/lists"}