diff --git a/buildings-start_date.json b/buildings-start_date.json index a5b50559a..007a3e037 100644 --- a/buildings-start_date.json +++ b/buildings-start_date.json @@ -45,7 +45,16 @@ ], "description": [ "{% if tags.start_date %}", - "{{ tags.start_date }}", + "{{ tags.start_date|osmFormatDate({ format: 'short' }) }}", + "{% else %}", + "{{ trans('unknown') }}", + "{% endif %}" + ], + "popupDescription": [ + "{% if tags.start_date %}", + "{{ tags.start_date|osmFormatDate }}", + "{% else %}", + "{{ trans('unknown') }}", "{% endif %}" ], "markerSymbol": null, diff --git a/detailsBody.html b/detailsBody.html index 3c5a74647..ca0b27f5e 100644 --- a/detailsBody.html +++ b/detailsBody.html @@ -145,7 +145,7 @@