LPXXX Native date select / DateUtil class user/berick/lpxxx-date-time-native-widgets
authorBill Erickson <berickxx@gmail.com>
Mon, 19 Aug 2019 16:06:40 +0000 (12:06 -0400)
committerBill Erickson <berickxx@gmail.com>
Tue, 20 Aug 2019 14:22:37 +0000 (10:22 -0400)
commit60e433881f8c4981e823f6e01f0f7faa7d5dc7d4
tree2e1fa9d16c59a25590fca920df4a0b3aa3c83d55
parent3433d29e2e1f3023c71eef2d59e5b5bf227f2135
LPXXX Native date select / DateUtil class

Migrate <eg-date-select> away from ng-bootstrap date select to native
browser <input type="date"/> elements.

Create a DateUtil class to package some common date transforms, etc.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/eg2/src/app/core/format.service.ts
Open-ILS/src/eg2/src/app/share/date-select/date-select.component.css
Open-ILS/src/eg2/src/app/share/date-select/date-select.component.html
Open-ILS/src/eg2/src/app/share/date-select/date-select.component.ts
Open-ILS/src/eg2/src/app/share/util/date.spec.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/util/date.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/sandbox/sandbox.component.html
Open-ILS/src/eg2/src/app/staff/sandbox/sandbox.component.ts