While designing the webpage we often struggle to maintain the consistency of our site across different browsers. To achieve this we use different browser hacks. But again that ends up with making our programming more complicated. In this post I am going...
This function calculates the difference between the two Date, and Validate it, I used this function to validate the difference between the From Date and To Datefor not more then 366 days(to cover the leap year also) or less then 0, This function is called...