You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some openMINDS property value are date values with no time. A statement like affiliation.endDate = datetime("now") would currently not work because the property validator checks / asserts that the Time/Minute/Second values are 0.
Either create utility classes like date or be less strict about setting the value. An alternative is to allow datetime values but to silently remove the time information, either in a property set method, or when serialising values.
The text was updated successfully, but these errors were encountered:
Some openMINDS property value are date values with no time. A statement like
affiliation.endDate = datetime("now")
would currently not work because the property validator checks / asserts that the Time/Minute/Second values are 0.Either create utility classes like
date
or be less strict about setting the value. An alternative is to allow datetime values but to silently remove the time information, either in a property set method, or when serialising values.The text was updated successfully, but these errors were encountered: