- IHG SKU
- 6271373-C
- Brand
- Dulux
- Weight (kg)
- 4.5
Original price was: $50.90.$35.63Current price is: $35.63.
// Get the current date
const currentDate = new Date();
// Set the start and end dates for the image display period
const startDate = new Date(”);
const endDate = new Date(”);
// Check if the current date is within the display period
if (currentDate >= startDate && currentDate <= endDate) {
// Show the image if the current date is within the display period
document.getElementById('imageContainer').style.display = 'block';
}

Reviews
There are no reviews yet.