Is there a way to show month and year in dropdown in bootstrap ui datepicker - angularjs

We are using bootstrap ui in our angularjs project. Is there a way to display years and month in drop-down in datepicker popup.

Related

how to disable specific date in angular bootstrap datepicker

I am using angular ui bootsrap datepicker with this version (2.5.0):
https://angular-ui.github.io/bootstrap/#!#datepicker
I want to disable specific dates. for example, every 29th and 30th on each month. how can i do it?

How can I display an ExtJS 5 datepicker when clicking a highcharts rangeselector field?

I am using ExtJS 5 on my web application with Highcharts. Currently, the rangeselector date input fields are just text fields and I would like to have a datepicker for these fields instead. The datepicker must be an ExtJS datepicker and not a jQuery datepicker, as I need my entire application to have consistent datepicker fields throughout my application. Is there some way to implement this?

Datepicker angular directive for Bootstrap: Showing only months and years

I am using datepicker from Angular directives for bootstrap. I want to show only months and years in the datePicker pop-up, but could not find a way.
I tried the similar approach of Bootstrap datepicker by giving it as dateoptions, but it did not work. Using datepicker-mode="month" min-mode="month" also did not helped.
Please find here The link to plunker
What we can observer is clicking on month in the datepicker, switch it to month view. So, this can be done, but how?
I found this topic.
They resolved your problem with directive and Jquery.
You could take a look.
Angular-ui-bootstrap - Date Picker - How can I restrict access to the date-selector in popup?

Is it possible to disable the autoopen function of the angular ui datepicker?

I don't like the autoopen function of the angular ui datepicker (the automatic display of the calendar when the control gets focus). What I want is to click a button to open the datepicker when needed, but otherwise leave the calendar closed. Is this possible with the angular ui datepicker? I didn't see any option in the documentation.

How can I have Jalali calendar or Jalali Date Picker in Kendo UI?

I need Jalali calendar (Persian calendar) or Jalali date picker with kendo UI, But I don't know how can I have it?
Kendo UI currently supports only the Gregorian calendar. Persian calendar is not supported.
Kendo UI do not support Persian calendar but there is a Persian date picker that is built on top of KendoUI libraries. Here you can use it.

Resources