Q: Should `fdp-o:startDate` be an `xsd:date`, instead of `xsd:dateTime`?
dennisvang opened this issue · 0 comments
dennisvang commented
What is your question?
Not sure if this is a bug or if I'm just missing something:
According to the FDP spec, fdp-o:startDate
and fdp-o:endDate
must have Datatype xsd:date
.
However, the reference implementation appears to use sh:datatype xsd:dateTime
, although the corresponding dash:editor
is a dash:DatePickerEditor
(not a dash:DateTimePickerEditor
):
Is this correct?