html 日期 年月 年月日 及默认样式

html 日期 年月 年月日 及默认样式

三种基础样式显示```html 日期 年月 年月日 及默认样式_第1张图片

显示 年月日 及年月

function myParser(s){
if(!s){
return new Date();
}
var ss = s.split(’/’);
var y = parseInt(ss[0],10);
var m = parseInt(ss[1],10);
if (!isNaN(y) && !isNaN(m)){
return new Date(y,m-1);
}
}
KaTeX parse error: Expected '}', got 'EOF' at end of input: …ction(){ if(!("#myDate").datebox(‘getValue’)){
$("#myDate").datebox(‘setValue’,myFormatter(new Date()));
}
});


你可能感兴趣的:(html,css)