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

YYYY-MM-DD with duration does not work but YYYY/MM/DD does #117

Open
quinn-p-mchugh opened this issue Apr 13, 2023 · 1 comment
Open

YYYY-MM-DD with duration does not work but YYYY/MM/DD does #117

quinn-p-mchugh opened this issue Apr 13, 2023 · 1 comment

Comments

@quinn-p-mchugh
Copy link

quinn-p-mchugh commented Apr 13, 2023

Small issue/enhancement - using a date in the form of YYYY-MM-DD combined with a duration does not get processed by the parser.

For example:

02/12/2023 - 6 months: Event description renders correctly

but

2023-02-12 - 6 months: Event description does not.

@kochrt
Copy link
Member

kochrt commented Apr 18, 2023

It looks like you have to use a slash - 2023-02-12 / 6 months: Event description...

Leaving this open though as a reminder to either update the docs or make the syntax consistent

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

2 participants