Forum Discussion
DougHenning1
2 years agoQuickbase Staff
If the field includes the date and time, the field type is 'timestamp', otherwise it's 'date'.
So you could add:
{% elif field['type'] == 'timestamp' -%}
<td>{{ record[field['id'] | string]['value'] | date_mdy }}</td>