文件名称:MyTime
介绍说明--下载内容均来自于网络,请自行研究使用
生成多种样式的时间字符串:
getTime(buf, 2) //2代表时间串的样式
目前有三种样式:
1: //"20130103040102"
2: //"2013-01-03 04:01:02"
3: //"2013-01-03"
可自行添加!-String of time to generate a variety of styles: getTime (buf, 2) // 2 represents the time string style three styles: 1:// " 20130103040102" 2:// 2013-01-03 04:01: 02 " 3://" 2013-01-03 " add their own!
getTime(buf, 2) //2代表时间串的样式
目前有三种样式:
1: //"20130103040102"
2: //"2013-01-03 04:01:02"
3: //"2013-01-03"
可自行添加!-String of time to generate a variety of styles: getTime (buf, 2) // 2 represents the time string style three styles: 1:// " 20130103040102" 2:// 2013-01-03 04:01: 02 " 3://" 2013-01-03 " add their own!
(系统自动生成,下载前可以参看下载内容)
下载文件列表
MyTime\demo
......\demo.cpp
......\demo.o
......\makefile
......\MyTime\MyTime.cpp
......\......\MyTime.h
......\......\MyTime.o
......\readme.txt
......\MyTime
MyTime