Converts between WCF date and JavaScript Date object.
npm install wcf-date
let wcfDate = require("wcf-date");
<script src="node_modules/wcf-date/lib/wcf-date.js" />
Typescript definitions are included: lib/wcf-date.d.ts
. You may need to create a new type definition file to your project and add the following:
/// <reference path="node_modules/wcf-date/lib/wcf-date.d.ts" />