WPIntell

Source evidence

Plugin doesn`t work when Datetime format is changed

Advanced Datepicker – Restrict Date for Elementor Forms · support · 2024-10-15T17:19:00+00:00

mixedsentiment
mediumseverity
0.84relevance
5replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

4 / 26 rows with source links

15.4% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

22 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
tomtom3000 resolved
Hello, your plugin only works with the datetime format yyyy/mm/dd which is the default time format for the elementor date form field. But in europe we use dd/mm/yyyy. With that datetime format your plugin doesn`t work anymore. Probably because the min and max values are based on the american datetime format. Once i disable the changed Datetime, your plugin works perfectly. Can you fix this and make your plugin also work with the europe datetime format dd/mm/yyyy. Would be very helpful. Thank you, Thomas The page I need help with: [ log in to see the link] Hello, I tested my site and it works fine. Can you send a support ticket: https://add-ons.org/supports/ and we will check and fix it. Thank you Ok i did. How can it be working for you? And how did you changed the date format? I use this JS code: <script>window.addEventListener(‘DOMContentLoaded’, function() { jQuery(document).ready(function($){ setTimeout(function(){ $(‘.flatpickr-input’).each(function(){ flatpickr( $(this)[0] ).set(‘dateFormat’, ‘d/m/Y’);}); }, 1000 ); }); });</script> Hi, You can change it in field options: https://tinyurl.com/294wsprn Thank you Ok true i didn`t know that there is this “Restrict date” field too. But why is the calender formated so strange? Any change on how to get it formatted like the other calender? Check out my Screenshots https://www.awesomescreenshot.com/image/51129028?key=69229ea26fa5b9a4267bb5abf944c92a https://www.awesomescreenshot.com/image/51129027?key=a74b6832c154719da7ebadbd652b0756 Hi, We use datepicker library ( https://jqueryui.com/datepicker/ ) You can find a style for the library. Thank you

Comments

5 shown
addonpro 2024-10-16T02:41:00+00:00

Hello, I tested my site and it works fine. Can you send a support ticket: https://add-ons.org/supports/ and we will check and fix it. Thank you

tomtom3000 2024-10-16T17:18:00+00:00

Ok i did. How can it be working for you? And how did you changed the date format? I use this JS code: <script>window.addEventListener(‘DOMContentLoaded’, function() { jQuery(document).ready(function($){ setTimeout(function(){ $(‘.flatpickr-input’).each(function(){ flatpickr( $(this)[0] ).set(‘dateFormat’, ‘d/m/Y’);}); }, 1000 ); }); });</script>

addonpro 2024-10-17T04:23:00+00:00

Hi, You can change it in field options: https://tinyurl.com/294wsprn Thank you

tomtom3000 2024-10-17T07:30:00+00:00

Ok true i didn`t know that there is this “Restrict date” field too. But why is the calender formated so strange? Any change on how to get it formatted like the other calender? Check out my Screenshots https://www.awesomescreenshot.com/image/51129028?key=69229ea26fa5b9a4267bb5abf944c92a https://www.awesomescreenshot.com/image/51129027?key=a74b6832c154719da7ebadbd652b0756

addonpro 2024-10-20T04:15:00+00:00

Hi, We use datepicker library ( https://jqueryui.com/datepicker/ ) You can find a style for the library. Thank you