Chinaunix首页 | 论坛 | 博客
  • 博客访问: 162923
  • 博文数量: 49
  • 博客积分: 1291
  • 博客等级: 中尉
  • 技术积分: 537
  • 用 户 组: 普通用户
  • 注册时间: 2007-07-24 14:10
文章分类

全部博文(49)

文章存档

2015年(3)

2014年(4)

2013年(15)

2011年(1)

2008年(22)

2007年(4)

我的朋友

分类:

2008-03-07 14:56:40

1 把当前时间转换以秒计数。
# $hours, $minutes, and $seconds represent a time today,
# in the current time zone
use Time::Local;
$time = timelocal($seconds, $minutes, $hours, (localtime)[3,4,5]);
 
timelocal()是在Time::Local里面.
 
阅读(955) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~