From 9c72a88e3bbe965cb764d09f76a14007cd15a35c Mon Sep 17 00:00:00 2001 From: Anas BENJELLOUN Date: Thu, 31 Jul 2025 15:41:51 +0200 Subject: [PATCH] LUT-30455 Date type question: the radio button option "Default date to today's date" does not display anything in the form --- .../admin/plugins/forms/entries/fill_entry_type_date.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/WEB-INF/templates/admin/plugins/forms/entries/fill_entry_type_date.html b/webapp/WEB-INF/templates/admin/plugins/forms/entries/fill_entry_type_date.html index 67d57769..b9a835e4 100644 --- a/webapp/WEB-INF/templates/admin/plugins/forms/entries/fill_entry_type_date.html +++ b/webapp/WEB-INF/templates/admin/plugins/forms/entries/fill_entry_type_date.html @@ -16,7 +16,7 @@ <#assign default_today_date=getFieldByCode( entry, "default_today_date")> <#assign field = getFieldByCode( entry, "default_date_value" )> <#assign default=''> - <#assign toDay = .now?string("yyyy-MM-dd")> + <#assign toDay = .now?string("dd/MM/yyyy")> <#if default_today_date?? && default_today_date.value?boolean> <#assign default= toDay> <#elseif response?? && response.responseValue??>