Serhioromano / bootstrap-calendar

Full view calendar with year, month, week and day views based on templates with Twitter Bootstrap.
http://bootstrap-calendar.eivissapp.com/
MIT License
3.02k stars 1.29k forks source link

How To Show Month and year on Calendar Title while navigation. #683

Open mubasshar opened 7 years ago

mubasshar commented 7 years ago

Hi,

I want to know wow To Show Month and year on Calendar Title while navigation, e.g if user navigate to Month November, the Title would be November 2016,

Thanks in advance.

kristianharmer commented 7 years ago

Hi mubasshar,

Here's a demo doing what you are after:

http://filmsbykris.com/scripts/javascript/bootstrap-calendar-master/

If you view the JS (see link below) you'll see that it basically populates a HTML element with the day/month string from the onAfterViewLoad hook.

view-source:http://filmsbykris.com/scripts/javascript/bootstrap-calendar-master/js/app.js

K... (despite the first name being spelt the same, this is not my demo)

theejhay commented 4 years ago

Hi mubasshar,

Here's a demo doing what you are after:

http://filmsbykris.com/scripts/javascript/bootstrap-calendar-master/

If you view the JS (see link below) you'll see that it basically populates a HTML element with the day/month string from the onAfterViewLoad hook.

view-source:http://filmsbykris.com/scripts/javascript/bootstrap-calendar-master/js/app.js

K... (despite the first name being spelt the same, this is not my demo)

this webpage is no more available,Please update.