Daisy May - COMING SOON

©2025 Wee Campers NI All rights reserved - Powered byLodgify
// Force DD/MM/YYYY format on Livingstone calendar document.addEventListener("DOMContentLoaded", function() { const inputs = document.querySelectorAll('input[name="booking_date"]'); inputs.forEach(input => { input.placeholder = "DD/MM/YYYY"; }); });