waheebh1 / online-bookstore

0 stars 4 forks source link

Upload Edit Functionality #79

Closed sabahsamwatin closed 10 months ago

sabahsamwatin commented 10 months ago

Bookstore Owner can now:

shrimeichock commented 10 months ago
thanujasiva commented 10 months ago

It looks like the upload/edit forms expect the date in a specific format. App.java doesn't follow this format, which means the date isn't filled in when editting those books.

In App.java, can you fix the date formats on the books? For example here: https://github.com/waheebh1/online-bookstore/blob/main/src/main/java/bookstore/App.java#L49

Change "11/07/1960" to "1960-07-11"