-type day() :: 1..31.
-type month() :: 1..12.
-type year() :: non_neg_integer().
-spec create(string() | binary()) -> binary().