obsidiansystems / ex-healthcare-claims-processing

Reference DAML application demonstrating a healthcare use case.
Apache License 2.0
0 stars 1 forks source link

Appointment: use proper date formatting #36

Closed runeksvendsen closed 3 years ago

runeksvendsen commented 3 years ago

Before, an ISO date string was displayed (e.g. "2021-02-10T05:08:27.547012Z").

Also: move "formatDate" helper function into Common