{"id":24869959,"url":"https://github.com/syntaxerror247/godot-date-time-picker","last_synced_at":"2025-07-27T12:39:09.521Z","repository":{"id":274048246,"uuid":"921745179","full_name":"syntaxerror247/godot-date-time-picker","owner":"syntaxerror247","description":"A Godot Android plugin for selecting dates, times, or both using native dialogs.","archived":false,"fork":false,"pushed_at":"2025-01-27T18:31:00.000Z","size":128,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-01T03:36:16.252Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","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/syntaxerror247.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":"2025-01-24T14:34:59.000Z","updated_at":"2025-01-27T18:31:03.000Z","dependencies_parsed_at":"2025-01-24T15:41:08.982Z","dependency_job_id":null,"html_url":"https://github.com/syntaxerror247/godot-date-time-picker","commit_stats":null,"previous_names":["syntaxerror247/datetimepicker"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syntaxerror247%2Fgodot-date-time-picker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syntaxerror247%2Fgodot-date-time-picker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syntaxerror247%2Fgodot-date-time-picker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syntaxerror247%2Fgodot-date-time-picker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/syntaxerror247","download_url":"https://codeload.github.com/syntaxerror247/godot-date-time-picker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245743330,"owners_count":20665090,"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":"2025-02-01T03:36:18.134Z","updated_at":"2025-03-26T21:43:48.213Z","avatar_url":"https://github.com/syntaxerror247.png","language":"Kotlin","funding_links":["https://github.com/sponsors/syntaxerror247"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n   \u003cimg width=\"200\" src=\"icon.png?raw=true\" alt=\"plugin icon\"\u003e\n\u003c/p\u003e\n\n# DateTimePicker Plugin [![](https://img.shields.io/static/v1?label=Sponsor\u0026message=%E2%9D%A4\u0026logo=GitHub\u0026color=%23fe8e86)](https://github.com/sponsors/syntaxerror247)\n\n**DateTimePicker** is a Godot Android plugin that provides native Android **Date Picker**, **Time Picker**, and **DateTime Picker** \n\n## Installation\n- download latest release from [releases](https://github.com/syntaxerror247/DateTimePicker/releases).\n- unzip the release archive.\n- copy `addon` folder to your Godot project's root directory.\n- enable the plugin via the `Plugins` tab of `Project-\u003eProject Settings...` menu, in the Godot Editor.\n\n## Methods\n- `pickDate()`: Displays a date picker dialog. Emits the `onDatePicked` signal when a date is selected.\n  \n- `pickTime(is24HourView: bool)`: Displays a time picker dialog. Emits the `onTimePicked` signal when a time is selected.\n    - is24HourView: If `true`, the time picker will display in 24-hour format. If `false`, it will display in 12-hour format.\n      \n- `pickDateTime(is24HourView: bool)`: Displays both date and time picker dialogs in sequence. Emits the `onDateTimePicked` signal when both are selected.\n    - is24HourView: If `true`, the time picker will display in 24-hour format. If `false`, it will display in 12-hour format.\n\n## Signals\n- `onDatePicked(date: Dictionary)`\n  - day: Selected day\n  - month: Selected month (1–12)\n  - year: Selected year\n- `onTimePicked(time: Dictionary)` \n  - hour: Selected hour (0–23)  \n  - minute: Selected minute (0–59)  \n- `onDateTimePicked(deteTime: Dictionary)`\n  - day: Selected day\n  - month: Selected month (1–12)\n  - year: Selected year\n  - hour: Selected hour (0–23)  \n  - minute: Selected minute (0–59)\n\n## Demo Project\n***You can try this plugin using [Demo Project](demo)***\n\n## Screenshots\n![1000187047](https://github.com/user-attachments/assets/80120b77-ee07-4a36-993a-bd97931059f4)\n![1000187048](https://github.com/user-attachments/assets/44217d6a-cdd1-4cb9-8938-4d1b9799ed21)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyntaxerror247%2Fgodot-date-time-picker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsyntaxerror247%2Fgodot-date-time-picker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyntaxerror247%2Fgodot-date-time-picker/lists"}