Tag: Jquery Date

How To Get Short Date String In Jquery

Hello world, in this article, I am gonna show you,  How To Get Short Date String In Jquery In this post, I am gonna show you how we can get complete date without concatenating  Date.getYear(),  Date.getMonth(), and Date.getDay() each time. So I will create an extension method in jquery that will return complete date(How simple :)) …