Conversation
supportHello, 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
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