{"id":21347878,"url":"https://github.com/amiryxe/rtl-timepicker","last_synced_at":"2025-04-15T05:44:05.120Z","repository":{"id":109856544,"uuid":"178013314","full_name":"amiryxe/rtl-timepicker","owner":"amiryxe","description":"jQuery RTL Time Picker","archived":false,"fork":false,"pushed_at":"2021-09-28T07:26:58.000Z","size":27,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-15T05:43:56.044Z","etag":null,"topics":["clockpicker","javascript","jquery","material-design","persian","rtl","timepicker"],"latest_commit_sha":null,"homepage":"https://amiryxe.github.io/rtl-timepicker/","language":"CSS","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/amiryxe.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-03-27T14:38:34.000Z","updated_at":"2024-06-15T18:14:12.000Z","dependencies_parsed_at":"2023-06-12T07:00:28.899Z","dependency_job_id":null,"html_url":"https://github.com/amiryxe/rtl-timepicker","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/amiryxe%2Frtl-timepicker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amiryxe%2Frtl-timepicker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amiryxe%2Frtl-timepicker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amiryxe%2Frtl-timepicker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amiryxe","download_url":"https://codeload.github.com/amiryxe/rtl-timepicker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249016310,"owners_count":21198829,"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":["clockpicker","javascript","jquery","material-design","persian","rtl","timepicker"],"created_at":"2024-11-22T02:16:58.220Z","updated_at":"2025-04-15T05:44:05.115Z","avatar_url":"https://github.com/amiryxe.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RTL Time Picker\n\nRTL Support and flexible to change language.\n\n\u003ca href=\"https://amiryxe.github.io/rtl-timepicker/\"\u003e\u003ch2\u003eView Demo\u003c/h2\u003e\u003c/a\u003e\n\n# How to use\n\n1. Make sure your Project included jQuery library\n2. Include `mdtimepicker.css` and `mdtimepicker.js` like this:\n\n```html\n\u003clink rel=\"stylesheet\" href=\"mdtimepicker.css\" /\u003e\n\u003cscript src=\"mdtimepicker.js\"\u003e\u003c/script\u003e\n```\n\n3. Create a input for Time Picker\n\n```html\n\u003cinput type=\"text\" id=\"timepicker\" /\u003e\n```\n\n4. Add this code to `Script` tag\n\n```Javascript\n$(document).ready(function(){\n  $('#timepicker').mdtimepicker(); //Initializes the time picker\n});\n```\n\n```javascript\n// Example of more configs:\n\n$(\"#timepicker\").mdtimepicker({\n  timeFormat: \"hh:mm:ss.000\", // format of the time value (data-time attribute)\n  format: \"hh:mm tt\", // format of the input value\n  readOnly: false, // determines if input is readonly\n  hourPadding: false,\n  theme: \"green\",\n  okLabel: \"تائید\",\n  cancelLabel: \"انصراف\",\n});\n```\n\nDeveloped based on \u003ca href=\"https://github.com/dmuy/MDTimePicker\"\u003eMDTimePicker\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famiryxe%2Frtl-timepicker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famiryxe%2Frtl-timepicker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famiryxe%2Frtl-timepicker/lists"}