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.
示例:我喜欢将当前日期转换为像 YYYYMMDD 这样的数值。谢谢你的帮助。
尝试使用以下公式 tonumber(totext(currentdate,'yyyyMMdd')) 此公式会将您的当前日期转换为 YYYYMMDD 格式,并且该字段将是一个数字字段。 希望这可以帮助 !!
tonumber(totext(currentdate,'yyyyMMdd'))