Skip to product information
1 of 7

Vaga Mart

Car Cradle Mobile Phone Holder Mount Stand 360� Rotation

Car Cradle Mobile Phone Holder Mount Stand 360� Rotation

Regular price Rs. 499.00
Regular price Sale price Rs. 499.00
% OFF Sold out
Shipping calculated at checkout.
  1. Product Name -Car Cradle Mobile Phone Holder Mount Stand 360� Rotation
  2.  Package Contain - Pack of 1
  3. Compatible Devices - Smartphones
  4. Compatible Phone Models- Iphone,S10,Samsung Galaxy S20
  5.  Material - Others
  6. Mounting Type- Dashboard, Vent
  7.  Color - Black
  8.  Weight - 384gram
  9.  L-B-H - ?15.06 x 10.04 x 10.04 cm;


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