Original price was: £15.81.Current price is: £11.07.

  • Varilight V-Pro single gang LED compatible dimmer switch in mirror chrome. This dimmer switch has been designed specifically to be used with low loading LEDs and eliminates issues such as flickering or a slight buzzing sound when the dimmer i


// 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 = `

Buy Now
SKU: SL3836 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