#11739 Fixed date_format 2
This commit is contained in:
parent
59ef20e214
commit
ddcfa02e6f
|
@ -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
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue