如何本地化$('#datepicker').datepicker('getDate')
值?例如alert
中国日期喜欢(2012年9月10日)
这是我的代码:http: //jsfiddle.net/8JyDB/1/
如何本地化$('#datepicker').datepicker('getDate')
值?例如alert
中国日期喜欢(2012年9月10日)
这是我的代码:http: //jsfiddle.net/8JyDB/1/
使用 jQuery i18n 插件。请参阅以下链接以完成本地化。
http://codingwithcoffee.com/files/trunk/index.html
http://keith-wood.name/localisation.html
希望这可以帮助
http://jqueryui.com/demos/datepicker/#localization
$( "#datepicker" ).datepicker( $.datepicker.regional[ "zh-CN" ] );