hi all, how I can change the language of the calendar (month names, days of week), to Spanish? when editing a field type date, thank you very much, greetings from mexico.


5 replies to this topic
#1
Posted 20 April 2012 - 03:32 PM
#2
Posted 20 April 2012 - 04:17 PM
hi @Jesus, do you have to edit js files, see this post the last coment talk how you do that,
http://www.grocerycr...ndpost__p__1304
http://www.grocerycr...ndpost__p__1304
#3
Posted 20 April 2012 - 04:34 PM
Hi! Jesus, you can also:
1. Go to the Jquery site http://jquery-ui.goo.../trunk/ui/i18n/, find your language for datepicker and copy the content
2. Save it in new file, for example, "jquery.ui.datepicker-es.js" in ./your_project/assets/grocery_crud/js/jquery_plugins/config folder
3. Open ./your_project/assets/grocery_crud/js/jquery_plugins/config/jquery.datepicker.config.js file and add line #7
4. And the last thing, you have to add a line to ./you_project/application/libraries/grocery_crud.php file in line #1666
1. Go to the Jquery site http://jquery-ui.goo.../trunk/ui/i18n/, find your language for datepicker and copy the content
2. Save it in new file, for example, "jquery.ui.datepicker-es.js" in ./your_project/assets/grocery_crud/js/jquery_plugins/config folder
3. Open ./your_project/assets/grocery_crud/js/jquery_plugins/config/jquery.datepicker.config.js file and add line #7
localization: 'es'
4. And the last thing, you have to add a line to ./you_project/application/libraries/grocery_crud.php file in line #1666
$this->set_js($this->default_javascript_path.'/jquery_plugins/config/jquery.ui.datepicker-es.js');
#4
Posted 20 April 2012 - 07:40 PM
it's a good solution i don;t know this!.
#5
Posted 21 April 2012 - 02:04 AM
Thank you very much for the help carlinchisart and noskov.biz
#6
Posted 21 April 2012 - 07:17 AM
Also you can find more info about datepicker at the jquery's docs and demos http://jqueryui.com/demos/datepicker/
Also tagged with one or more of these keywords: datepicker
Support →
Grocery CRUD Enterprise →
Change year range in datepickerStarted by nunenthal, 20 Feb 2020 ![]() |
|
![]() |
||
Support →
I have a question →
How to set datepicker and date range on grocery crud listing pageStarted by rudyKipling, 26 Feb 2018 ![]() |
|
![]() |
||
Support →
I have a question →
calculate age using datepickerStarted by Noel Calonia, 16 Sep 2015 ![]() |
|
![]() |
||
Support →
I have a question →
grocery crud w/ bootstrap theme - datepicker issueStarted by Noel Calonia, 16 Sep 2015 ![]() |
|
![]() |
||
Support →
I have a question →
bootstrap 3 theme button and calendarStarted by Kusuma Hendra, 04 Jun 2015 ![]() |
|
![]() |
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users