age

var nowDate = new Date();
var birthday = new Date($.cookie('Birthday').replace(/-/g, '/'));
var interval = nowDate - birthday;
var age = Math.round(interval / 3600 / 365 / 1000 / 24 * 2) / 2;

//$("#birthday").datepicker($.datepicker.regional['zh-CN']);

时间搜索

调转
onclick="location.replace('/Pages/physical/PhyExFileExport.html')"

posted @ 2017-08-07 11:00  Y.anCy  阅读(136)  评论(0编辑  收藏  举报