会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
盈盈的工作小纸条
关注软件测试、
呼叫中心
等技术......
首页
新随笔
管理
订阅
2007年8月14日
perl:日期转换(date->unixtime)
摘要: #!/usr/bin/perluse Class::Date qw(date);$unixtime = date("2002-03-03 10:06:54")->epoch;print $unixtime ."\n";$unixtime = date("2002-03-03 10:06");print $unixtime ."\n";
阅读全文
posted @ 2007-08-14 15:50 盈盈的工作小纸条
阅读(1648)
评论(0)
推荐(0)
编辑