Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想格式化一个日期时间字段,但我不知道语法。我希望它显示如下:“mm:dd:yy hh:mm am”。
像这样:
display replace( string( now, "99/99/99 hh:mm:ss am" ), "/", ":" ) format "x(20)"