摘要: function bh_LoadViewState(){ var v=$("#hBirthday").val(); if(v=="")return; var birthday=new Date(Date.parse(v.replace(/-/g, '/'))) $("#ddlYear").val(birthday.getFullYear()); $("#ddlMonth").val(birthday.getMonth()+1); bh_setDayCount(); $("#ddlDay").val(birthday.getDate()); } 阅读全文
posted @ 2010-05-14 08:48 winform 阅读(523) 评论(0) 推荐(0)