We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version 3.0.0
import * as tf from 'd3-time-format'; console.log(tf.timeParse("%m/%d/%y")("66/8/20"));
==>
2025-06-07T22:00:00.000Z Would rather expect null.
2025-06-07T22:00:00.000Z
What am I missing?
Tx!
Peter
The text was updated successfully, but these errors were encountered:
Duplicate of #47
d3-time-parse does not validate the strings. You might want to test format(parse(x))===x ?
Sorry, something went wrong.
No branches or pull requests
Version 3.0.0
==>
2025-06-07T22:00:00.000Z
Would rather expect null.
What am I missing?
Tx!
Peter
The text was updated successfully, but these errors were encountered: