//方法一
qdatetime dt;
//日期獲取和設定
qdate date;
dt.setdate
(date.
currentdate()
);qstring currentdate = dt.
tostring
("yyyy:mm:dd");
//時間獲取和設定
qtime time;
dt.settime
(time.
currenttime()
);qstring currenttime = dt.
tostring
("hh:mm:ss");
//方法二
//獲取當前日期
qdate current_date = qdate::
currentdate()
; qstring currentdate = current_date.
tostring
("yyyy/mm/dd");
//2021-1-18
//裝置到介面使用方法
>setdate(qdate::currentdate());
//獲取當前時間
qdatetime current_time = qdatetime::
currentdatetime()
; qstring currenttime = current_time.
tostring
("yyyy-mm-dd hh:mm:ss ddd"
);
講道理,是這個世界上情商最低的行為,也是最沒用的行為。
畢竟懂你的人不用講,不懂你的人講了也白講。
經歷多了,你也就明白了,要麼付出實際行動,要麼懂得保持沉默,才是最高端的處事智慧型!
而講道理,不是!
若是三觀不一致,即使你講再多的道理,也是也是對牛彈琴。
C 獲取當前日期時間
今天 datetime.now.date.toshortdatestring 昨天,就是今天的日期減一 datetime.now.adddays 1 toshortdatestring 明天,同理,加一 datetime.now.adddays 1 toshortdatestring 本週 要知道本...
c 獲取當前日期時間
獲取日期 時間 datetime.now.tostring 2008 9 4 20 02 10 datetime.now.tolocaltime tostring 2008 9 4 20 12 12 獲取日期 datetime.now.tolongdatestring tostring 2008年9...
c 獲取當前日期時間
獲取日期 時間 datetime.now.tostring 2008 9 4 20 02 10 datetime.now.tolocaltime tostring 2008 9 4 20 12 12 獲取日期 datetime.now.tolongdatestring tostring 2008年9...