Client Portal Page
Estimated Delivery Date
Loading...
// Replace this with the actual delivery date of the wedding film const estimatedDeliveryDate = new Date('2023-06-01'); // Get the element that displays the delivery date const deliveryDateElement = document.getElementById('delivery-date'); // Display the estimated delivery date on the page deliveryDateElement.innerText = `Your wedding film is expected to be delivered on ${estimatedDeliveryDate.toLocaleDateString()}.`;