I want to set a timer for example my product should be display for only 30 mins when it is added to cart. I tried :-
var d = new Date();
var minute = d.getHours()+30;
Also I want to show user how much time is remaining (countdown)
I know this is wrong. I want to do this using jQuery. I am new to jquery please help me on this
Thanks in advance.