UNPKG

@danielkalen/simplybind

Version:

Magically simple, framework-less one-way/two-way data binding for frontend/backend in ~5kb.

8 lines (6 loc) 154 B
import * as moment from 'moment'; export class DateFormatValueConverter { toView(value) { return moment(value).format('M/D/YYYY h:mm:ss a'); } }