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

date格式化

时间:2015-01-13 00:04:21      阅读:121      评论:0      收藏:0      [点我收藏+]

标签:

Linux:

[ghsea@localhost ~]date +%Y:%m:%d

[ghsea@localhost ~]date +%Y-%m%d

[ghsea@localhost ~]date +%y:%m:%d

Ruby:

  t=Date.today

  p t.strftime("%Y:%m:%d")

有两点:

1.%Y输出西历的4位数的年份,%y只输出年份的后两位

2.在格式化日期时,日期格式的指定方式,Linux和Ruby很相似。-和:只是占位符,事实上我们可以自由地想把它换成自己想和的字符

 

date格式化

标签:

原文地址:http://www.cnblogs.com/ghsea/p/4220177.html

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