MCPcopy Create free account
hub / github.com/DanWahlin/CustomerManagerStandard / fmtTime

Function fmtTime

CustomerManager/Scripts/breeze.debug.js:5553–5559  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

5551 };
5552
5553 var fmtTime = function (val) {
5554 if (val == null) return null;
5555 if (!__isDuration(val)) {
5556 throwError("'%1' is not a valid ISO 8601 duration", val);
5557 }
5558 return "time'" + val + "'";
5559 };
5560
5561 var fmtGuid = function (val) {
5562 if (val == null) return null;

Callers

nothing calls this directly

Calls 2

__isDurationFunction · 0.85
throwErrorFunction · 0.85

Tested by

no test coverage detected