#11739 Fixed date_format 2

This commit is contained in:
Daniel Maya 2023-08-03 12:51:50 +02:00
parent 59ef20e214
commit ddcfa02e6f
1 changed files with 3 additions and 1 deletions

View File

@ -1772,7 +1772,9 @@ $table_other->data[$row][] = html_print_label_input_block(
100, 100,
true true
).ui_print_input_placeholder( ).ui_print_input_placeholder(
__('Example').': '.date($config['date_format']), __('Example').': '.date(
str_replace(' ', ' ', $config['date_format'])
),
true true
) )
); );