Precautions for specifying the year of the date format when converting from a Date type value to a character string
[Text]
Regarding the format when converting from a Date type value to a character string, if you use an uppercase "Y" to specify the year, it will be specified as the "base year of the calendar week" instead of the year in the A.D.
* The same format as Java's SimpleDateFormat is used.
Therefore, when specifying the year, use the lowercase "y" instead of the uppercase "Y".
* When "YYYY" is used to specify the year
The first week of 2022, the base year of the calendar week, will be from 2021/12/26 to 2022/01/01. Year 2022 is also acquired between December 26th and 31st, 2021.
If you want to use the year in the A.D., please specify "yyyy" using "y" in lowercase.
For reference, please refer to the following for the format.
intra-mart Accel Platform IM-LogicDesigner specifications
5.3. List of mapping function
5.3.1.4. Date Operations
5.3.1.4.2. Format
https://document.intra-mart.jp/library/iap/public/im_logic/im_logic_specification/texts/appendix/mapping_function/date/im_date_formatdate.html
-- Target ----------------------------------------------------------------------
iAP/Accel Platform/All Updates
--------------------------------------------------------------------------------
FAQID:1144