LP1840782 Date function to get timezone-aware parts
authorBill Erickson <berickxx@gmail.com>
Fri, 23 Aug 2019 20:20:39 +0000 (16:20 -0400)
committerBill Erickson <berickxx@gmail.com>
Fri, 23 Aug 2019 20:24:12 +0000 (16:24 -0400)
commitc03f859f486ced9a71892763753547796c27582b
tree5b9f527c04e16e70d43447e5469f3486442e8e20
parent241e2985b38eca08bc342c642e719a2054f916ab
LP1840782 Date function to get timezone-aware parts

Adds a function (and sandbox example) that returns a date chopped up
into parts (year, month, day, hour, minute) matching the requested time
zone.

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