I want an jquery function which get any future date as input and do countdown using that date.
I found many function which uses local machine time i.e. new Date()
function
but I don't want to use the local machine date time. When page load then I just want to display countdown from the future date.
I want countdown from server side date time.
so I want just
a function which starts countdown from given date time without comparing it with local machine time.