registerWith method
Register a DateTimeFormatter for current Now instance with
the given specifier.
Implementation
void registerWith(String specifier, DateTimeFormatter formatter) =>
registerWithFn(specifier, formatter.format);
Register a DateTimeFormatter for current Now instance with
the given specifier.
void registerWith(String specifier, DateTimeFormatter formatter) =>
registerWithFn(specifier, formatter.format);