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
The validator requires that a CourseInstance subEvent have a startDate and endDate that confirm to an ISO 8601 Date string.
CourseInstance
subEvent
startDate
endDate
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?
Event
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The validator requires that a
CourseInstance
subEvent
have astartDate
andendDate
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
andendDate
of anEvent
, or should the library format the output differently?The text was updated successfully, but these errors were encountered: