[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-02-22。"],[[["`ee.Date.parse()` allows you to convert a date string into a Date object by specifying the string's format."],["It accepts a format pattern based on Joda-Time's DateTimeFormat, the date string itself, and an optional time zone (defaulting to UTC)."],["Various format patterns can be used, such as 'YYYY MM dd', 'YYYY-MM-dd', 'YYYY/MM/dd', 'MM/dd/YY', 'MMM.dd, YYYY', and 'YYYY-MM-dd HH:mm:ss'."]]],["The `ee.Date.parse` function converts a date string into a Date object. It requires a `format` string, following Joda-Time patterns, to define the structure of the input `date` string. An optional `timeZone` can be specified, defaulting to UTC. Valid examples are provided and demostrated for various formats like 'yyyy MM dd', 'yyyy-MM-dd' or 'MM/dd/yy'. The function will return a new date based on the parsing of the date string.\n"]]