rzl_b 0 Share Posted February 7 Site URL: http://www.family1stent.co.uk Hi there, Is there any way I am able to change the date format on the booking format to be dd/mm/yy? Password for site:SundayTemp1 Thank you in advance, Ry Link to post
0 jpeter 42 Share Posted February 8 You can add the javascript code below to the page using Per Page Code Injection. Javascript (function(){ if (document.readyState == 'loading') { document.addEventListener('DOMContentLoaded', init); } else { init(); } function init() { var dayField = document.querySelector('.date .day'); dayField.parentNode.insertBefore(dayField, dayField.previousElementSibling); } })(); Make sure you add the code between <script> tags, e.g. <script> // JS code goes here </script> Link to post
Question
rzl_b 0
Site URL: http://www.family1stent.co.uk
Hi there,
Is there any way I am able to change the date format on the booking format to be dd/mm/yy?
Password for site:SundayTemp1
Thank you in advance,
Ry
Link to post
Top Posters For This Question
1
1
Popular Days
Feb 7
1
Feb 8
1
Top Posters For This Question
rzl_b 1 post
jpeter 1 post
Popular Days
Feb 7 2021
1 post
Feb 8 2021
1 post
1 answer to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment