Html, JAVA,DOTNET,Javascript, PHP, and JQuery Scripts and its issues with solutions
function getLastDayOfYearAndMonth(year, month){ return(new Date((new Date(year, month + 1, 1)) - 1)).getDate(); }