how can i get the whole month in day namesof given month/year? like :
var year = \"2000\"; var month = \"7\" ... some code here that makes an array with nam
DateJS has the functions you need to implement the logic:
As @natlee75 noted, you can handle the logic from there.