更改 FormDate CodeIgniter 库中的月份值
我正在使用 CodeIgniter 的附加 Form Date 库。但是,我想更改月份值,例如:
January change to Januari
February change to Febuari
March change to Maret
and so on....
在这个库中,默认的语言是 en_US。我可以将其更改为印度尼西亚语吗?或者如何更改月份值。?
谢谢,。
I'm using additional Form Date library of CodeIgniter. But, I wanna change the month value, for example:
January change to Januari
February change to Febuari
March change to Maret
and so on....
In this library, the default lang is en_US. Can I change it to Indonesia language,.? or how can I change the month value,.?
thanks,.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
查看 CI 语言文件:
http://codeigniter.com/user_guide/libraries/language。 html
Take a look at the CI language files:
http://codeigniter.com/user_guide/libraries/language.html
这是我的代码 https://gist.github.com/3509222
Here's my code https://gist.github.com/3509222