原文:Egret获取和显示时间,年,月,日,时分秒

let now new Date this.nowYear now.getFullYear this.nowMonth now.getMonth let nowweekday now.getDate let nowMonths let nowweekdays if this.nowMonth lt nowMonths this.nowMonth else nowMonths this.nowMo ...

2019-04-09 22:54 0 1104 推荐指数:

查看详情

获取sql 时间时分秒

select DATE_FORMAT(now(),'%Y-%m-%d %T') from dual; 年月日时分秒 select DATE_FORMAT(now(),'%T') from dual;时分秒 ...

Sat Apr 21 17:11:00 CST 2018 0 2198
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM