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
I think there is another bug that is causing "incomplete date/time" to show up in VIVO. The date/time method has changed, so the new process is:
Create a new core:DateTimeValue class object with an RFC 3339-style date (see example below) 2007-01-01T05:00:00Z 2) Link the core:DateTimeValue object via core:dateTimeValue property from original object to the core:DateTimeValue 3) Link core:DateTimeValue object to (yearMonthDayPrecision, yearMonthDayTimePrecision, yearMonthPrecision, yearPrecision) via core:dateTimePrecision
The text was updated successfully, but these errors were encountered:
Original posted to JIRA VIVOHARV-119 http://issues.library.cornell.edu/browse/VIVOHARV-119
Per Nicholas Rejack:
I think there is another bug that is causing "incomplete date/time" to show up in VIVO. The date/time method has changed, so the new process is:
The text was updated successfully, but these errors were encountered: