The document discusses methods for parsing, formatting, and working with dates in JavaScript using the Microsoft AJAX Library. It includes methods such as Date.parseLocale() which parses a date from a locale-specific string using supplied formats, Date.format() which formats a date using the invariant culture, and Date.localeFormat() which formats a date using the current culture. Various supported date formatting strings are also listed.