var date = new Date(); // new 一个Date对象
var year = dategetFullYear(); // 年份
var month = dategetMonth() + 1; // 月份(<a href=">
val是时间字符串:
var val='2019';
var date = new Date(val);
alert(dategetFullYear() + '年' + (dategetMonth() + 1) + '月' + dategetDate()+'日');
传入到时间格式化再输出,就是这个意思
以上就是关于如何用js设置select为当前年月全部的内容,包括:如何用js设置select为当前年月、js怎么获取其他国家的年月日、js或者freemark怎么在不固定的时间格式中获取年月日等相关内容解答,如果想了解更多相关内容,可以关注我们,你们的支持是我们更新的动力!
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)