2

如何本地化$('#datepicker').datepicker('getDate')值?例如alert中国日期喜欢(2012年9月10日)

这是我的代码:http: //jsfiddle.net/8JyDB/1/

4

2 回答 2

1

使用 jQuery i18n 插件。请参阅以下链接以完成本地化。

http://codingwithcoffee.com/files/trunk/index.html

http://keith-wood.name/localisation.html

希望这可以帮助

于 2012-09-12T10:04:14.860 回答
0

http://jqueryui.com/demos/datepicker/#localization

$( "#datepicker" ).datepicker( $.datepicker.regional[ "zh-CN" ] );
于 2012-09-12T09:59:09.940 回答