UNPKG

d-md-components

Version:

A pack of components for Derby according to Google's Material Design based upon mdl (getmdl.io).

6 lines (4 loc) 169 B
var Timepicker = require('./../index'); Timepicker.prototype.padNumber = function(timeString) { return (timeString.length < 2) ? 0 + timeString : timeString; };