Format value to out using the ISO 8601 date layout.
Declared in <bdlt_dateformatter.h>
template<class t_ITERATOR>
t_ITERATOR
formatIso8601(
t_ITERATOR out,
DateFormatter_Cache const& value) const;
iterator past the last character written
| Name | Description |
|---|---|
| out | output iterator receiving formatted characters |
| value | cached date fields to format |