You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-29 22:48:10 +02:00
Merge branch 'master' into clipper_html_mode
This commit is contained in:
@@ -613,8 +613,8 @@ class NoteScreenComponent extends BaseScreenComponent {
|
||||
|
||||
const output = [];
|
||||
|
||||
const createdDateString = time.unixMsToLocalDateTime(note.user_created_time);
|
||||
const updatedDateString = time.unixMsToLocalDateTime(note.user_updated_time);
|
||||
const createdDateString = time.formatMsToLocal(note.user_created_time);
|
||||
const updatedDateString = time.formatMsToLocal(note.user_updated_time);
|
||||
|
||||
output.push({ title: _('Created: %s', createdDateString) });
|
||||
output.push({ title: _('Updated: %s', updatedDateString) });
|
||||
|
||||
Reference in New Issue
Block a user