Skip to content
New issue

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

[CustomParseFormat] Invalid date when passing just time values #6

Open
lbittner-pdftron opened this issue Dec 4, 2018 · 0 comments

Comments

@lbittner-pdftron
Copy link

When trying to create a dayjs object using the format HH:ss, the result is "Invalid Date". Here is a minimal example to reproduce:

import dayjs from "dayjs-ext";
import customParseFormat from "dayjs-ext/plugin/customParseFormat";

dayjs.extend(customParseFormat);

const r = dayjs("12:12", { format: "HH:ss" });
console.log(r); // invalid date

Here's the runnable code as well:
https://codesandbox.io/s/pkl826wrj?module=%2Fsrc%2Findex.js

Thanks for your time!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant