After loading a custom post and picking a selection of dates and publishing the post… the dates are not highlighted in the calendar view or listed in the box below the calendar .. so not stored? Other ACF fields were saved / loaded OK.
(ACF 5 PRO)
When i pick dates in oct20 / nov 20 (futuredates), all dates seem to be correct in de database. But when I query on dates after today, none is displayed
And when I sort all entries oct2020 is before may 2019, jun 2020.
]]>I have installed the ACF plugin together with this plugin but after having selected the dates, I realize that they are not reflected in the WP Fullcalendar calendar. I am not very good with the part of the code so I need someone to help me to know what part of the php code I should modify from the WP Fullcalendar plugin so that the dates are reflected.
]]>Using the multi date picker returns values such as below:
2019-09-09, 2019-09-10, 2019-09-16
How do I reformat it to look like this:
‘2019-09-09’, ‘2019-09-10’, ‘2019-09-16’
Thanks in advance!
]]>I want to use this field in acf_form() at front-end but its showing only input field at front-end form. Please Advice how to use it.
Thanks in advance.
]]>Hi,
Great plugin, thank you ! For some reason I need to select a color for each date, is it possible to add a simple color picker to the plugin ?
Best regards
Is this stored as an array within a single meta key? Just trying to determine if I’ll easily be able to let a user “filter” by dates on a frontend date picker.
]]>Hi,
Please what does it do exactly ? Store multiple date format for a post ?
Usually I create ACF repeater for that with a datepicker, can I use you plugin instead ?
How do you query this field ?
thanks
Hey we’re using your plugin on a couple of websites and it’s brilliant! Awesome work.
Just had an email from a client, who couldn’t see the date picker or Google map.
Went through all the browsers and found problem is with IE11.Looked at the console, and there is an error stating:
“conversion from “string” format not allowed on JQuery.multiDatesPicker”
Went through other websites and it looks like it looks like it happens everywhere on IE11.
Any guidance or a fix?
Cheers!
]]>This error shows in the backend when I attempt to use the multi-date picker with a custom post type.
/var/www/html/wp-content/plugins/acf-multi-dates-picker/fields/class-pdg-acf-field-multi-dates-picker-v4.php on line 294
]]>I’d like to be able to query these fields in functions.php, but I am not sure how to retrieve the information.
Are there any examples available about this?
I have been using codes like this
$datums = get_field(‘datums’, false, false);
echo $datums;
var_dump($datums);
// $datums = new DateTime($datums);