Difference Between two dates in Javascript

Hello.
Some times we came around a problem where we needed to know the difference between 2 dates in javascript. Also, in some cases we need to validate a date against another date. In these cases we search in the internet for a suitable function which takes 2 dates as arguments and finally let us know [...]

Useful and Cool and easy to manage Javascript Calendar

Hi,
Many of you often come around a problem where you need a Javascript Calendar or Datepicker. You can get a lot from searching in Google. But the problem is that they are not easy to configure.
But I have came around a script in DHTML Goodies (JS Calendar) which is brilliant. You can download the code [...]