Merge pull request #84 from TouchInstinct/feature/date_formats
date formats updated
This commit is contained in:
commit
1d1fc57e5d
|
|
@ -43,7 +43,7 @@
|
|||
<div>
|
||||
{{ self.formatValueType(field.type.type, field.nullable, objectsLinks, useAnchors) }}
|
||||
{%- if field.type.type.typeName in ["DateTime", "Date"] -%}
|
||||
({{ field.type.dateFormat }})
|
||||
({{ field.type.allDateFormats|join(', ') }})
|
||||
{%- endif -%}
|
||||
</div>
|
||||
<div>{{ field.description | escape }}</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue