Destroys a registered DateTime formatter with the given specifier.
specifier
void destroyWith(String specifier) => destroy((formatter) => formatter.specifier == specifier);