Skip to main content

All Questions

Filter by
Sorted by
Tagged with
1 vote
0 answers
367 views

How to change calendar view in Input[Month] to Month and Year by default?

I am using AngularJS+Html directive inputwith type month. This allows me to pick month and year only. The code I am using is this: <input type="month" placeholder="yyyy-MM" required class="...
Karan Desai's user avatar
  • 3,172
4 votes
3 answers
3k views

UI Bootstrap datepicker calendar doesn't show the date in the textbox

I have a page on my view and an option to edit that page. When the "edit" option is clicked, a child view comes up and shows all the editable field. One field is a datepicker which is binding to a ...
Pradeep's user avatar
  • 67
0 votes
1 answer
1k views

AngularJS - Include calendar from bootstrap-like MetroUiCSS

I would like to include in my project a calendar from Metro Ui CSS : http://metroui.org.ua/calendar.html But i don't know how to activate the calendar. I have included everything in the index.html (3 ...
BkSouX's user avatar
  • 789
1 vote
0 answers
565 views

Zebra datepicker weekly calendar disable running weeks

I have used zebra datepicker weekly calendar. My week starts from monday to sunday. I wanna enable the dates only when the week is complete. So only when sunday(24 Aug 2014) ends date 18(Monday) have ...
Psyche Genie's user avatar
0 votes
1 answer
4k views

Clicking calendar button not working on Angular UI datepicker inside accordion

Here is a plunker http://plnkr.co/edit/2Fs6vCciXRRc7GeUwyR2?p=preview Is anyone could help to advise why the calendar button is not working? However clicking the calendar textbox showing ...
user3219900's user avatar