Hi. \Carbon_Fields\Field\Date_Field::set_value_from_input you try mode="multiple" date? #1105
Unanswered
KirStepankov
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This field don`t save, becouse in you code have logic a problem.
\DateTime::createFromFormat( $this->input_format_php, $input[ $this->get_name() ] );
DateTime::createFromFormat - accept only one date, but mode="multiple" give "01.07.2022, 08.07.2022, 07.07.2022, 14.07.2022"
Beta Was this translation helpful? Give feedback.
All reactions