文件名称:ctime
- 所属分类:
- Linux/Unix编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2008-10-13
- 文件大小:
- 2.5kb
- 下载次数:
- 0次
- 提 供 者:
- y**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
在sco unix 下显示前n天或后n天日期的处理程序。
printf(\"功能: 时间戳与时间格式字符串的转换程序\\n\")
printf(\" -i 输入的参数为时间戳\\n\")
printf(\" -s 输入的参数为格式化时间\\n\")
printf(\" -t 输入的时间取当前系统时间\\n\")
printf(\" -x 输入的时间增加或减少的天数\\n\")
printf(\" -o 输出的时间为时间戳格式\\n\")
printf(\" -O 输出的时间为格式化时间\\n\")
printf(\" -h 帮助文件-查看[format]如何定义,例 %s -h\\n\",procname)
printf(\"范例:1 取当前日期的前2天的时间显示 %s -t -x -2\\n\",procname)
printf(\" 2 取20030101的前5天的时间显示 %s -s 20030101000000 -x -5\\n\",procname)
printf(\" 3 取20031231的后5天的时间显示 %s -s 20031231000000 -x 5 -O \\\"%%D %%T\\\"\\n\",procname)
printf(\" 4 取时间戳为1089619417的时间显示 %s -i 1089619417 \\n\",procname)
printf(\" 5 取时间戳为1089619417的后4天的时间显示 %s -i 1089619417 -x 4 \\n\",procname)
-in sco unix under the former n n days or days after the date of processing. Printf ( "function : timestamp and time format string conversion program \\ n ") printf (" - i input parameters timestamp \\ n ") printf (" - s input parameters for formatting time \\ n ") printf (" - t input the time for the current system time \\ n ") printf (" - x importation time increase or decrease the number of days \\ n " ) printf ( "- o output format for timestamp \\ n") printf ( "- O when output time for the inter-formatted \\ n ") printf (" - h Help-View [format] definition , the cases% s-h \\ n ", procname) printf (" Examples : a date from the current two days before the time displayed% s-t-2 x \\ n ", procname) printf ( &q
printf(\"功能: 时间戳与时间格式字符串的转换程序\\n\")
printf(\" -i 输入的参数为时间戳\\n\")
printf(\" -s 输入的参数为格式化时间\\n\")
printf(\" -t 输入的时间取当前系统时间\\n\")
printf(\" -x 输入的时间增加或减少的天数\\n\")
printf(\" -o 输出的时间为时间戳格式\\n\")
printf(\" -O 输出的时间为格式化时间\\n\")
printf(\" -h 帮助文件-查看[format]如何定义,例 %s -h\\n\",procname)
printf(\"范例:1 取当前日期的前2天的时间显示 %s -t -x -2\\n\",procname)
printf(\" 2 取20030101的前5天的时间显示 %s -s 20030101000000 -x -5\\n\",procname)
printf(\" 3 取20031231的后5天的时间显示 %s -s 20031231000000 -x 5 -O \\\"%%D %%T\\\"\\n\",procname)
printf(\" 4 取时间戳为1089619417的时间显示 %s -i 1089619417 \\n\",procname)
printf(\" 5 取时间戳为1089619417的后4天的时间显示 %s -i 1089619417 -x 4 \\n\",procname)
-in sco unix under the former n n days or days after the date of processing. Printf ( "function : timestamp and time format string conversion program \\ n ") printf (" - i input parameters timestamp \\ n ") printf (" - s input parameters for formatting time \\ n ") printf (" - t input the time for the current system time \\ n ") printf (" - x importation time increase or decrease the number of days \\ n " ) printf ( "- o output format for timestamp \\ n") printf ( "- O when output time for the inter-formatted \\ n ") printf (" - h Help-View [format] definition , the cases% s-h \\ n ", procname) printf (" Examples : a date from the current two days before the time displayed% s-t-2 x \\ n ", procname) printf ( &q
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 71477183ctime.zip 列表 ctime.c