Is it possible to display "Update Date (Date and Time)" with the screen item "File Upload" of IM-FormaDesigner?
It is not possible to display "Update Date" of the screen item "File Upload" in the format of "Update Date (Date and Time)".
However, if you hover over the "Update Date" displayed in the file name, you can check the update date and time in yyyy/mm/dd hh:mm format.
Please check if this method meets your requirements.
You can also customize it to display the update date and time directly.
However, when customizing, please verify it thoroughly at your own risk.
【FYR】
We will give you some advice on this customization.
- Files to be customized
<%RESIN_HOME%>/webapps/<%war file name%>/forma/csjs/im_forma_fileupload.js
* %RESIN_HOME% is the Resin installation directory.
- Areas to be modified
<Before>
.append(f[i].record_date)
<After>
.append(f[i].record_time)
* How to apply customizations
When customizing, you should not edit the source files directly; instead, create a user module, integrate it into IM-Juggling, include it in the WAR file, and deploy that.
Please refer to the following document for recommended customization methods for our products.
* How to customize our products
https://www.intra-mart.jp/document/library/common/public/im_customize_guide.pdf
--Target-------------------------------------------------------------------------
iAP/Accel Platform/All Updates
--------------------------------------------------------------------------------
FAQID:1457