Forum Discussion

1 Reply

  • DougHenning1's avatar
    DougHenning1
    Community Manager

    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>