I am displaying date fields in my template and if the date is null, the field name is displayed in the view template.
how do I fix this?
here is the code that displays the field:
<td>[[30 Hour]]</td>
if there is data in the field, the date is displayed correctly.