string when not using an output range; void otherwise.string toISOExtString() const @safe pure nothrowConverts this Date to a string with the format YYYY-MM-DD. If writer is set, the resulting string will be written directly to it.
writer | A char accepting output range |
string when not using an output range; void otherwise.void toISOExtString(W)(ref W writer) if (isOutputRange!(W, char)) constditto