Skip to content

Last Modified Time

The last modified time field saves the last modification time of the record (automatically generated)

Description

ItemContent
CategoryStatic Field
SortableYes
FilterableYes
Supported Filter TypesEqual, Not Equal, Empty, Not Empty, Less Than, Greater Than, Less Than or Equal, Greater Than or Equal, Within Range, Not Within Range

Notes

If data already exists in the table and then the last modified time field is added, the last modified time field for this original data will be null. If you need to update this data, you need to call the script function

javascript
informat.table.update();
// or
informat.table.updateList();

Database Storage Format

Field TypeDescription
timestamp(6)Stores date and time

Usage Examples

Display Format

create-time-1.png

Custom Display Format

create-time-2.png

js
${Misc.formatDate(record.formatDateDiy,'yyyy-MM-dd HH:mm:ss SSS')}

Display Effect

Display Format

create-time-3.png

Custom Display Format

create-time-4.pngcreate-time-5.png