I m new in Jquery Qunit. Could you please help me in Integrating with ASP.net MVC 4. 0
I have an application build in ASP.net. for that i want to automate Unit testing. Could you please explain me with an example. Application contains numeric and many more validation.
I see that the defaultDate can easily be set to a specific date, or to a date that is a number of days, weeks, month, or years in the future or past. But is there a way to ...
have the defaultDate default to the first day of the next month? or ...
have the date picker default to the first day of a month no matter what day the user selects for that month?
Any help will be greatly appreciated, as my boss is trying to save money by having inexperienced me work on this project instead of hiring a seasoned jQuery veteran.
I have used your code. Now the problem arised is:
1. For Instance today's date is 20th Dec. It will highlight 20th dec, n it will highlight 20th date for every month which i did.
2. But when i changed my date suppose from 20th to 21st. then the 21st date for every month should get highlighted.
3. And in december (i.e. current month in this senario) should highlight both 20th (current date ) and 21st (Selected Date) date.
I see that the defaultDate can easily be set to a specific date, or to a date that is a number of days, weeks, month, or years in the future or past. But is there a way to ...
have the defaultDate default to the first day of the next month? or ...
have the date picker default to the first day of a month no matter what day the user selects for that month?
Any help will be greatly appreciated, as my boss is trying to save money by having inexperienced me work on this project instead of hiring a seasoned jQuery veteran.