function pad()

in AzureCT/ServerSide/DisplayAvailability.js [292:294]


function pad(num) {
    return ('000' + num).substr(-2);
};