https://github.com/xta/js-parse-date-time-string
simple tool to parse date time strings (ISO 8601) locally
https://github.com/xta/js-parse-date-time-string
datetime iso8601-parser js
Last synced: 11 months ago
JSON representation
simple tool to parse date time strings (ISO 8601) locally
- Host: GitHub
- URL: https://github.com/xta/js-parse-date-time-string
- Owner: xta
- Created: 2024-02-23T11:04:20.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-23T11:24:28.000Z (almost 2 years ago)
- Last Synced: 2025-01-17T08:45:18.445Z (about 1 year ago)
- Topics: datetime, iso8601-parser, js
- Language: HTML
- Homepage: https://xta.github.io/js-parse-date-time-string/
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# JS Parse Date Time String
[This is a simple page that parses your ISO 8601 date time strings (or other date time strings) and displays them as human readable in UTC & local date time](https://xta.github.io/js-parse-date-time-string/). All validation and debugging is done locally (on your browser client).
---
by [xta](https://github.com/xta) 2024