码迷,mamicode.com
首页 > 其他好文 > 详细

cmd获取时间

时间:2014-12-17 13:14:52      阅读:475      评论:0      收藏:0      [点我收藏+]

标签:http   ar   os   ef   as   时间   tt   .net   br   

cmd 获取当前时间

@echo off
::获取日期 将格式设置为:20110820
set datevar=%date:~0,4%%date:~5,2%%date:~8,2%
::获取时间中的小时 将格式设置为:24小时制
set timevar=%time:~0,2%
if /i %timevar% LSS 10 (
set timevar=0%time:~1,1%
)
::获取时间中的分、秒 将格式设置为:3220 ,表示 32分20秒
set timevar=%timevar%%time:~3,2%%time:~6,2%
@echo 当前时间:%datevar%%timevar%

cmd获取时间

标签:http   ar   os   ef   as   时间   tt   .net   br   

原文地址:http://my.oschina.net/sniperLi/blog/356902

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!