JTBC时间格式

作者:我就是个世界 发表于:2010-08-31
[quote][b]JTBC时间格式:[/b]

    format_date(date, type)
    参数:

    date, 时间

    type, 格式划类型

    作用:

    格式化日期成各种格式。[/quote]

[b]示例:[/b][separator]

    
[code]{$=format_date("2010-2-10 10:10:10", 2)}[/code]    
返回值:2010/2/10

默认函数:  {$time} 输出格式为  2010-4-16 14:36:37

[quote]
以format_date格式化时间
type, 格式划类型数值对应格式

0                    2010 4 16 14 36 37
1                    2010-4-16
2                    2010/4/16
3                    2010.4.16
10                  4 16 14 36
11                  4.16 14:36
20                  14 36 37
21                  14:36:37
其它          2010-4-16[/quote]

分享:

扫一扫在手机阅读、分享本文

请发表您的评论