{"id":22117970,"url":"https://github.com/dev-charles15531/orbita","last_synced_at":"2025-03-24T06:15:55.480Z","repository":{"id":242322039,"uuid":"290311587","full_name":"dev-charles15531/Orbita","owner":"dev-charles15531","description":"A java package for DATE and TIME operations/manipulations.","archived":false,"fork":false,"pushed_at":"2020-08-27T06:12:30.000Z","size":25,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-19T20:16:22.254Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/dev-charles15531.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2020-08-25T20:02:32.000Z","updated_at":"2020-08-27T06:12:33.000Z","dependencies_parsed_at":"2024-06-02T08:33:59.203Z","dependency_job_id":"1fd7067b-1450-4824-8c40-07388e332fbd","html_url":"https://github.com/dev-charles15531/Orbita","commit_stats":null,"previous_names":["dev-charles15531/orbita"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev-charles15531%2FOrbita","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev-charles15531%2FOrbita/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev-charles15531%2FOrbita/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev-charles15531%2FOrbita/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dev-charles15531","download_url":"https://codeload.github.com/dev-charles15531/Orbita/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245217945,"owners_count":20579300,"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-12-01T13:42:30.250Z","updated_at":"2025-03-24T06:15:55.447Z","avatar_url":"https://github.com/dev-charles15531.png","language":"Java","readme":"# Orbita\nA java package for DATE and TIME operations/manipulations.\n\n##  Getting started..\n - paste the **orbita** package folder in your project source folder.\n - import the orbita package in your current working class.\n - create a new instance of the Dater or Timer object using the format:\n   ```java\n   //for date \n   Dater variable = new Dater();\n   \n   //for time \n   Timer variable = new Timer();\n   ```\n  \n##  Operations/Manipulations..\n - the Dater class has the following date operations/manipulatrions:\n  ```java\n  //get date range from date(dd-MM-yyyy) argument [string]\n  variable.dateRangeFrom(argument);\n  \n  //get current date in the format yyyy-MM-dd [string]\n  variable.getDate();\n  \n  //get current weekday [string]\n  variable.getDay();\n  \n  //get current day date [int]\n  variable.getDayNum();\n  \n  //get current month [string]\n  variable.getMonth();\n  \n  //get current month [int]\n  variable.getMonthNum();\n  \n  //get current week [int]\n  variable.getWeek();\n  \n  //get current year [int]\n  variable.getYear();\n  ```\n  - the Timer class has the following time operations/manipulations:\n  ```java\n  //get current time in the format HH:mm (24 hrs) [string]\n  variable.getTime();\n  \n  //get current hour [int]\n  variable.getHour();\n  \n  //get current minute [int]\n  variable.getMin();\n  \n  //get current second [int]\n  variable.getSec();\n  \n  //get time range from time(HH:mm) argument [string] \n  variable.TimeRangeFrom(time);\n  ```\n  \n##  License\n**orbita** is released under the [MIT License](https://github.com/dev-charles15531/Orbita/blob/master/LICENSE.md).\n\nCreated by **[Charles Paul](https://github.com/dev-charles15531)**\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdev-charles15531%2Forbita","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdev-charles15531%2Forbita","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdev-charles15531%2Forbita/lists"}