cscumming-dwss / Inventory-Management

Inventory Management System using Java Spring Boot JPA and Vaadin
2 stars 1 forks source link

Display only calendar Date in Grid Fields #3

Closed cscumming-dwss closed 7 years ago

cscumming-dwss commented 7 years ago

Grid Date fields contain date timesstamp. Format to only show date

cscumming-dwss commented 7 years ago

Added formatting new DateRenderer(" %1$tm/%1$td/%1$ty", Locale.US to date columns

cscumming-dwss commented 7 years ago

Change Backed out to correct Edit Form - re integrated renderers