Hi ! if i write something in History, it shows the HOUR, but tomorrow will show only the day , How to show always the hour ?
Announcement
Collapse
No announcement yet.
How to show always the hour in Stream
Collapse
X
-
Hello
It is not implemented yet. You can develop it
client/src/views/stream/note.js
change
Code:this.createField('createdAt', null, null, 'views/fields/datetime-short');
Code:this.createField('createdAt', null, null, 'views/fields/datetime');
Code:'readableDateFormatDisabled' => true,
Comment