util.js 48 B

1
  1. function add0(m) { return m < 10 ? '0' + m : m }