mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 00:34:46 +02:00
#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…
x
Reference in New Issue
Block a user