{"id":15889248,"url":"https://github.com/arshadkazmi42/simple-date-validator","last_synced_at":"2025-06-11T06:07:03.832Z","repository":{"id":44930285,"uuid":"122332015","full_name":"arshadkazmi42/simple-date-validator","owner":"arshadkazmi42","description":"Simple Date Validator Library (NodeJs)","archived":false,"fork":false,"pushed_at":"2022-07-15T04:52:00.000Z","size":1232,"stargazers_count":3,"open_issues_count":0,"forks_count":12,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-02T13:11:18.601Z","etag":null,"topics":["data","date-format","date-format-validator","date-time","date-validator","moment","time-validator","validator"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arshadkazmi42.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"arshadkazmi42"}},"created_at":"2018-02-21T12:13:04.000Z","updated_at":"2022-07-12T12:48:44.000Z","dependencies_parsed_at":"2022-08-30T00:01:38.012Z","dependency_job_id":null,"html_url":"https://github.com/arshadkazmi42/simple-date-validator","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arshadkazmi42%2Fsimple-date-validator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arshadkazmi42%2Fsimple-date-validator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arshadkazmi42%2Fsimple-date-validator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arshadkazmi42%2Fsimple-date-validator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arshadkazmi42","download_url":"https://codeload.github.com/arshadkazmi42/simple-date-validator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arshadkazmi42%2Fsimple-date-validator/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259211835,"owners_count":22822378,"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":["data","date-format","date-format-validator","date-time","date-validator","moment","time-validator","validator"],"created_at":"2024-10-06T06:42:05.590Z","updated_at":"2025-06-11T06:07:03.807Z","avatar_url":"https://github.com/arshadkazmi42.png","language":"JavaScript","funding_links":["https://github.com/sponsors/arshadkazmi42"],"categories":[],"sub_categories":[],"readme":"## Simple Date Validator Library\n\n[![Build](https://github.com/arshadkazmi42/simple-date-validator/actions/workflows/nodejs.yml/badge.svg)](https://github.com/arshadkazmi42/simple-date-validator/actions/workflows/nodejs.yml)\n[![NPM Version](https://img.shields.io/npm/v/simpledatevalidator.svg)](https://www.npmjs.com/package/simpledatevalidator)\n[![NPM Downloads](https://img.shields.io/npm/dt/simpledatevalidator.svg)](https://www.npmjs.com/package/simpledatevalidator)\n[![Github Repo Size](https://img.shields.io/github/repo-size/arshadkazmi42/simple-date-validator.svg)](https://github.com/arshadkazmi42/simple-date-validator)\n[![LICENSE](https://img.shields.io/npm/l/simpledatevalidator.svg)](https://github.com/arshadkazmi42/simple-date-validator/blob/master/LICENSE)\n[![Contributors](https://img.shields.io/github/contributors/arshadkazmi42/simple-date-validator.svg)](https://github.com/arshadkazmi42/simple-date-validator/graphs/contributors)\n[![Commit](https://img.shields.io/github/last-commit/arshadkazmi42/simple-date-validator.svg)](https://github.com/arshadkazmi42/simple-date-validator/commits/master)\n\n## How to install?\n[![NPM](https://nodei.co/npm/simpledatevalidator.png)](https://www.npmjs.com/package/simpledatevalidator/)\n\n## How to use?\nPass date and date Format to `isValidDate` function.\nFunction will validate and return true or false.\n\n```javascript\n// Create Instance of the DateValidator\nconst DateValidator = require('simpledatevalidator');\n\n// This will return True\nDateValidator.isValidDate(\"2017-09-27\",\"YYYY-MM-DD\");\n\n// This will return False\nDateValidator.isValidDate(\"27-09-27\",\"YYYY-MM-DD\");\n```\n\n## Contributing Guidelines\n\nRead the contributing guidelines [here](https://github.com/arshadkazmi42/simpledatevalidator/blob/master/CONTRIBUTING.md)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farshadkazmi42%2Fsimple-date-validator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farshadkazmi42%2Fsimple-date-validator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farshadkazmi42%2Fsimple-date-validator/lists"}