haoyusun519 / xgcalendar

Automatically exported from code.google.com/p/xgcalendar
GNU General Public License v3.0
0 stars 0 forks source link

在demo网站上,如果某一天过多时,点击另外X条,标题会出现NaN月NaN日 undefined #3

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
在demo网站上,如果某一天过多时,点击另外X条,标题会出现
NaN月NaN日 undefined

Original issue reported on code.google.com by qq911110...@gmail.com on 11 Jun 2010 at 8:39

Attachments:

GoogleCodeExporter commented 8 years ago
function moreshow(mv) {
.....
var arrdays = daystr.split('/');
//应该改成var arrdays = daystr.split(i18n.xgcalendar.dateformat.separator)

Original comment by qq911110...@gmail.com on 13 Jun 2010 at 2:19

GoogleCodeExporter commented 8 years ago
该问题已修正过了

Original comment by xuanye....@gmail.com on 28 Apr 2011 at 11:56