]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP1807764 Angular grid gets datePlusTime option user/berick/lp1807764-grid-datetime
authorBill Erickson <berickxx@gmail.com>
Tue, 18 Dec 2018 15:50:26 +0000 (10:50 -0500)
committerBill Erickson <berickxx@gmail.com>
Tue, 18 Dec 2018 15:50:29 +0000 (10:50 -0500)
commit2e65ae9642784d6c435eeeb4d0af5b5e18f9ebaf
tree05478c8dffc4c5c8863e4106ffff2c049132ce78
parent4fca2c7ba62469646fe6aea141304f5d35b54105
LP1807764 Angular grid gets datePlusTime option

Adds a new boolean datePlusTime option to the Angular grid column
configuration, informing the grid to display both date and time in the
cell for a datetype=timestamp column.

Includes sandbox example.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/eg2/src/app/share/grid/grid-column.component.ts
Open-ILS/src/eg2/src/app/share/grid/grid.ts
Open-ILS/src/eg2/src/app/staff/sandbox/sandbox.component.html
Open-ILS/src/eg2/src/app/staff/sandbox/sandbox.component.ts