关于使用日期函数时的格式,如果使用大写字母“Y”指定年份,则不是指定为西历年
而是指定为“日历周的基准年”。
※采用与Java的SimpleDateFormat相同的格式。
因此,指定年份时请使用小写字母“y”,而不要使用大写字母“Y”。
※示例 指定年份使用“YYYY”时
在日历周的基准年中,2022年的第1周为2021/12/26~2022/01/01,因此2021年12月26日~31日也将获取2022年。
如想使用西历年,请使用小写字母“y”指定为“yyyy”。
作为参考,有关格式请参照以下内容。
IM-FormaDesigner for Accel Platform IM-FormaDesigner Designer帮助
日期函数
https://document.intra-mart.jp/library/forma/public/forma_designer_help/item_help/common/common_explanation/special/function_list/function_date.html
-- 适用对象 ------------------------------------------------------------------
iAP/Accel Extensions/IM-FormaDesigner for Accel Platform/所有更新
------------------------------------------------------------------------------
FAQID:1158
关于使用日期函数时指定日期格式中年份的注意事项