How countdown get Synchronise with jquery using "jquery.countdown.js" plugin?
- by ricky roy
unable to get the correct Ans as i am getting from the Jquery I am using jquery.countdown.js
ref. site
http://keith-wood.name/countdown.html
here is my code
[WebMethod]
public static String GetTime()
{
DateTime dt = new DateTime();
dt = Convert.ToDateTime("April 9, 2010 22:38:10");
return dt.ToString("dddd, dd MMMM yyyy…