OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/frontend/app/components/inplace-edit/field-templates/display/date-range.html

5 lines
259 B

<span wp-accessible-attribute="field">
<op-date date-value="field.text.startDate" no-date-text="field.text.noStartDate"></op-date>
&nbsp;&nbsp;-&nbsp;&nbsp;
<op-date date-value="field.text.dueDate" no-date-text="field.text.noEndDate"></op-date>
</span>