Last Modified Time
The last modified time field saves the last modification time of the record (automatically generated)
Description
| Item | Content |
|---|---|
| Category | Static Field |
| Sortable | Yes |
| Filterable | Yes |
| Supported Filter Types | Equal, 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 Type | Description |
|---|---|
| timestamp(6) | Stores date and time |
Usage Examples
Display Format

Custom Display Format

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

Custom Display Format



