Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Title Change #47

Closed
naveenjayabalan opened this issue Jun 26, 2018 · 1 comment
Closed

Title Change #47

naveenjayabalan opened this issue Jun 26, 2018 · 1 comment

Comments

@naveenjayabalan
Copy link

Possible to change title in calendar?
Ex: I want change "Year" to "Cal Year"

@BlackMambaCH
Copy link

Hi
You will need to either change the javascript file (daterangepicker.js, search for "Year" and replace it) or you manipulate the DOM, for example with jQuery:
var periods = $('.daterangepicker ul.periods > li.period'); var year = periods.eq(4); year.text("Cal Year");
Hope that helps :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants