tim-hoffman / NoteManagementSystem

Note, task, and file management system with search capabilities.
MIT License
0 stars 0 forks source link

Replace uses of Date with a safer immutable type #21

Open tim-hoffman opened 4 years ago

tim-hoffman commented 4 years ago

Could simply use "long" and convert to/from Date only when necessary. Another alternative is ZonedDateTime (since Java 8).