Hi ! if i write something in History, it shows the HOUR, but tomorrow will show only the day , How to show always the hour ?
How to show always the hour in Stream
Collapse
X
-
Tags: None
-
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,
-
It did now work.. I want to show always The day And hour, from today and all events.
Changing from datetime-short to datetime , does not change anything in my streamComment
-
Comment