赞
踩
1.date转换为timestamp
DSLink1.column_1: " 00:00:00"
或者
TimestampToDate(StringToTimestamp(TrimLeadingTrailing(DSLink1.)column_1,"%yyyy-%mm-%dd %hh:%nn:%ss"))
2.timestamp转换为 date
TimestampToDate(DSLink1.column_1)
3.获取当前时间date
CurrentTimestamp()
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。