ISO 8601
- 2021-01-01T12:00:00Z -> valid
data validator
Validate ISO 8601 timestamps or epoch seconds/milliseconds client-side.
Accepts ISO 8601 date/time strings.
Accepts epoch seconds (10 digits) or milliseconds (13 digits).
Runs entirely client-side/offline; no data leaves the page.
data
Country Code Validator
Check ISO country codes (alpha-2 and alpha-3) in your browser.
data
Currency Code Validator
Validate ISO currency codes (alpha-3 and numeric) client-side.
web
URL Validator & HTTP Link Parser
Validate HTTP and HTTPS URLs locally, parse host/path, and catch malformed links before publishing, importing, or sending them to APIs.
Format-only; does not validate business rules or timezones beyond parsing.