Skip to product information
1 of 11

Vaga Mart

Solar Light Outdoor Wall Light

Solar Light Outdoor Wall Light

Regular price Rs. 799.00
Regular price Rs. 1,200.00 Sale price Rs. 799.00
33% OFF Sold out
Shipping calculated at checkout.

 

  • Material: Plastic

  • Light Source Type: LED

  • Included Components: Light Fixture With Holder

  • Installation Type: Flush Mount

  • Special Feature: Energy Effiecient
//Estimated delivery date var today = new Date(); var dd = String(today.getDate()).padStart(2, "0"); // get the date padStart => 01 var mm = String(today.getMonth() + 1).padStart(2, "0"); //January is 0! var yyyy = today.getFullYear(); var fullDate = dd + "." + mm + "." + yyyy; var someDate = new Date(); var numberOfDaysToAdd = 6; someDate.setDate(someDate.getDate() + numberOfDaysToAdd); var dd = String(someDate.getDate()).padStart(2, "0"); var mm = String(someDate.getMonth() + 1).padStart(2, "0"); var y = someDate.getFullYear(); var someFormattedDate = dd + "." + mm + "." + y; today = fullDate + " bis " + someFormattedDate; document.getElementById("m-date").innerHTML = today; View full details