Original price was: £143.27.Current price is: £99.99.

  • Contemporary style 2-light bedside light with 1W LED reading light
  • Finished in contrasting polished steel and cream shade
  • 175mm (w) x 450mm (h) x 155mm (d)
  • Requires 1 x E14 golfball bulb max 40W (sold separately)

  • // Function to check if the current date is within a specified date range
    function isDateWithinRange(startDate, endDate) {
    const currentDate = new Date();
    return currentDate >= startDate && currentDate <= endDate;
    }
    // Display different messages based on the date range
    function displayDeliveryMessage() {
    const christmasStartDate = new Date('2023-12-20'); // Example start date for Christmas holidays
    const christmasEndDate = new Date('2023-12-31'); // Example end date for Christmas holidays
    const deliveryMessageContainer = document.getElementById('deliveryMessage');
    if (isDateWithinRange(christmasStartDate, christmasEndDate)) {
    // Display Christmas holiday message
    deliveryMessageContainer.innerHTML = `

    Order now for New Year’s delivery
    `;
    } else {
    // Display regular delivery message
    deliveryMessageContainer.innerHTML = `

    Get it within 2-7 working days if you order before 12 noon
    `;
    }
    }
    // Call the function to display the appropriate message
    displayDeliveryMessage();

Buy Now
SKU: SL7886 Categories: , Tag:
  • Free 1 year warranty period
  • Have the best deals
  • The quality you expect, the service you deserve.
  • Safe Payments for a Better Shopping Experience