Flipkart.com

How to get current date in JavaScript

I know this is very simple to get current date in javascript. But when i was started my career with the web technologies. I dont know anything how to create these small small things ...

Advanced JS Date-Time Picker – Any+Time

Any+Time is a feature-rich jQuery plugin (has a PrototypeJS version too) for creating simple-to-advanced date pickers and time pickers. It can work as a pop-up or an always present ...

Powerful jQuery Event Calendar: wdCalendar

wdCalendar is a jQuery plugin that enables us to create an event calendar that functions similar to the popular Google Calendar. With a drag’n drop interface and feature-rich ...

Javascript Date Functions

var d = new Date(); This function will return the value of the current date  like “Mon Nov 08 2010 00:00:00 GMT+0530 (India Standard Time)”. Using the above defined variable ...