参数:
argDatestr, 时间型字符串
argType, 数字型字符串
作用:
按照指定的类型返回特定的格式化后的时间。
示例:
{$=formatDate("2008-10-10 10:10:10", "1")} = 2008-10-10
{$=formatDate("2008-10-10 10:10:10", "2")} = 2008/10/10
{$=formatDate("2008-10-10 10:10:10", "3")} = 2008.10.10
...
© jtbc.cn All Rights Reserved.