404 ### date.format(pattern) _(es5-ext/date/#/format)_ 405 406 Formats date up to given string. Supported patterns: 407 408 - `%Y` - Year with century, 1999, 2003 409 - `%y` - Year without century, 99, 03 410 - `%m` - Month, 01..12 411...