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

CourseInstance subEvent startDate and endDate validation mismatch #409

Open
drinkynet opened this issue May 25, 2022 · 0 comments
Open

CourseInstance subEvent startDate and endDate validation mismatch #409

drinkynet opened this issue May 25, 2022 · 0 comments

Comments

@drinkynet
Copy link

The validator requires that a CourseInstance subEvent have a startDate and endDate that confirm to an ISO 8601 Date string.

Event model in the php model library accepts a php DateTime object and handles the output formatting itself.

So the validator is not accepting valid values for the startDate and endDate of an Event, or should the library format the output differently?

Screen Shot 2022-05-25 at 11 05 00

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