mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-28 09:47:35 +08:00
JournalView: Do not mention the day twice in the header
This commit is contained in:
@ -85,7 +85,7 @@ class NoteViewer extends StatelessWidget {
|
||||
}
|
||||
|
||||
Widget _buildHeader(BuildContext context) {
|
||||
var dateStr = DateFormat('MMM dd, yyyy').format(note.created);
|
||||
var dateStr = DateFormat('MMM, yyyy').format(note.created);
|
||||
var timeStr = DateFormat('EEEE H:m').format(note.created);
|
||||
|
||||
var bigNum = new Text(
|
||||
|
Reference in New Issue
Block a user