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
Validate ISO country codes (alpha-2 and alpha-3) client-side.
data
Currency Code Validator
Validate ISO currency codes (alpha-3 and numeric) client-side.
web
URL Validator
Validate HTTP/HTTPS URLs locally—parse host/path and catch malformed links before publishing or sending to APIs.
Format-only; does not validate business rules or timezones beyond parsing.