ex_clockwork v0.2.0 ExClockwork.Numbers

Summary

Functions

Formats number into two digit representation

Functions

f(num)

Formats number into two digit representation.

Examples

iex> ExClockwork.Numbers.f(1)
"01"

iex> ExClockwork.Numbers.f(12)
"12"