diff --git a/lib/note_editor.dart b/lib/note_editor.dart index 93076ac0..dbbd313b 100644 --- a/lib/note_editor.dart +++ b/lib/note_editor.dart @@ -67,12 +67,9 @@ class NoteEditorState extends State { padding: const EdgeInsets.all(8.0), ); - var formatter = new DateFormat('dd MMM, yyyy'); - var title = formatter.format(_createdAt); - var newJournalScreen = new Scaffold( appBar: new AppBar( - title: new Text(title), + title: new Text("New Journal Entry"), ), body: bodyWidget, floatingActionButton: FloatingActionButton(