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')"

原文地址:https://www.cnblogs.com/yancongyang/p/7298107.html