{"id":24274060,"url":"https://github.com/r0mb0/time_parser_classic_asp","last_synced_at":"2026-03-07T12:36:20.255Z","repository":{"id":272462853,"uuid":"916674645","full_name":"R0mb0/Time_Parser_classic_asp","owner":"R0mb0","description":"Write time how do you want on front-end and get the correct time on back-end.","archived":false,"fork":false,"pushed_at":"2025-04-30T14:42:05.000Z","size":71,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-23T05:52:18.180Z","etag":null,"topics":["asp-classic","class","classic-asp","classic-asp-la","classic-asp-language","italian-developers","library","r0mb0","time-parse","time-parsing"],"latest_commit_sha":null,"homepage":"","language":"Classic ASP","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/R0mb0.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":"SECURITY.md","support":"SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":"PayPal.Me/R0mb0"}},"created_at":"2025-01-14T15:01:27.000Z","updated_at":"2025-07-21T14:45:54.000Z","dependencies_parsed_at":"2025-01-26T22:30:15.587Z","dependency_job_id":null,"html_url":"https://github.com/R0mb0/Time_Parser_classic_asp","commit_stats":null,"previous_names":["r0mb0/time_parser_classic_asp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/R0mb0/Time_Parser_classic_asp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/R0mb0%2FTime_Parser_classic_asp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/R0mb0%2FTime_Parser_classic_asp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/R0mb0%2FTime_Parser_classic_asp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/R0mb0%2FTime_Parser_classic_asp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/R0mb0","download_url":"https://codeload.github.com/R0mb0/Time_Parser_classic_asp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/R0mb0%2FTime_Parser_classic_asp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30213233,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T12:15:00.571Z","status":"ssl_error","status_checked_at":"2026-03-07T12:15:00.217Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["asp-classic","class","classic-asp","classic-asp-la","classic-asp-language","italian-developers","library","r0mb0","time-parse","time-parsing"],"created_at":"2025-01-15T20:10:48.498Z","updated_at":"2026-03-07T12:36:20.218Z","avatar_url":"https://github.com/R0mb0.png","language":"Classic ASP","funding_links":["PayPal.Me/R0mb0","http://paypal.me/R0mb0"],"categories":[],"sub_categories":[],"readme":"# Time Parser in Classic ASP\n\n[![Codacy Badge](https://app.codacy.com/project/badge/Grade/45b733bc57964de78b9d4f046b03d12e)](https://app.codacy.com/gh/R0mb0/Time_Parser_classic_asp/dashboard?utm_source=gh\u0026utm_medium=referral\u0026utm_content=\u0026utm_campaign=Badge_grade)\n\n[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/R0mb0/Time_Parser_classic_asp)\n[![Open Source Love svg3](https://badges.frapsoft.com/os/v3/open-source.svg?v=103)](https://github.com/R0mb0/Time_Parser_classic_asp)\n[![MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/license/mit)\n\n[![Donate](https://img.shields.io/badge/PayPal-Donate%20to%20Author-blue.svg)](http://paypal.me/R0mb0)\n\n## `time_parser.class.asp`'s avaible functions\n\n- Funtion to parse a time by a selector used to understand the time -\u003e `Public Function time_parser(time, selector)`\n  \u003e\n  \u003e - \u003cins\u003eWhere the selector could be:\u003c/ins\u003e\n  \u003e   - \"h\" -\u003e for interpret time from Hours\n  \u003e   - \"m\" -\u003e for interpret time from Minutes\n  \u003e   - \"s\" -\u003e for interpret time from Seconds\n\n## How to use \n\n\u003e From `Test.asp`\n\n1. Initialize the class\n   ```\n   \u003c%@LANGUAGE=\"VBSCRIPT\"%\u003e\n   \u003c!--#include file=\"time_parser.class.asp\"--\u003e\n   \u003c%\n      Dim my_time \n      set my_time = new timeParser\n   ```\n2. Parse times\n   ```\n     Dim temp\n   \n     temp = \"16:15:13\"\n     Response.write(\"Original Time: \" \u0026 temp \u0026 \"\u003cbr\u003e\")\n     Response.write(\"Time Parsed: \" \u0026 my_time.time_parser(temp, \"h\") \u0026 \" Setting: h \u003cbr\u003e\u003cbr\u003e\")\n\n     temp = \"16_15_13\"\n     Response.write(\"Original Time: \" \u0026 temp \u0026 \"\u003cbr\u003e\")\n     Response.write(\"Time Parsed: \" \u0026 my_time.time_parser(temp, \"h\") \u0026 \" Setting: h \u003cbr\u003e\u003cbr\u003e\")\n\n     temp = \"16:15:13\"\n     Response.write(\"Original Time: \" \u0026 temp \u0026 \"\u003cbr\u003e\")\n     Response.write(\"Time Parsed: \" \u0026 my_time.time_parser(temp, \"m\") \u0026 \" Setting: m \u003cbr\u003e\u003cbr\u003e\")\n\n     temp = \"16_15_13\"\n     Response.write(\"Original Time: \" \u0026 temp \u0026 \"\u003cbr\u003e\")\n     Response.write(\"Time Parsed: \" \u0026 my_time.time_parser(temp, \"m\") \u0026 \" Setting: m \u003cbr\u003e\u003cbr\u003e\")\n\n     temp = \"16:15:13\"\n     Response.write(\"Original Time: \" \u0026 temp \u0026 \"\u003cbr\u003e\")\n     Response.write(\"Time Parsed: \" \u0026 my_time.time_parser(temp, \"s\") \u0026 \" Setting: s \u003cbr\u003e\u003cbr\u003e\")\n\n     temp = \"16_15_13\"\n     Response.write(\"Original Time: \" \u0026 temp \u0026 \"\u003cbr\u003e\")\n     Response.write(\"Time Parsed: \" \u0026 my_time.time_parser(temp, \"s\") \u0026 \" Setting: s \u003cbr\u003e\u003cbr\u003e\")\n   %\u003e\n   ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr0mb0%2Ftime_parser_classic_asp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fr0mb0%2Ftime_parser_classic_asp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr0mb0%2Ftime_parser_classic_asp/lists"}