{"json_modified": "2015-04-12T03:16:45.858760", "slug": "Web/JavaScript/Referencia/Objetos_globales/Date/parse", "tags": ["Method", "Date", "JavaScript"], "locale": "es", "title": "Date.parse()", "translations": [{"title": "Date.parse()", "url": "/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/parse", "tags": ["R\u00e9f\u00e9rence", "Reference", "Method", "Date", "JavaScript"], "summary": "", "localization_tags": [], "locale": "en-US", "last_edit": "2014-10-26T13:19:55", "review_tags": []}, {"title": "parse", "url": "/pl/docs/Web/JavaScript/Referencje/Obiekty/Date/parse", "tags": ["Dokumentacja_JavaScript", "JavaScript", "Dokumentacje", "Wszystkie_kategorie"], "summary": "", "localization_tags": [], "locale": "pl", "last_edit": "2014-05-31T00:08:31", "review_tags": []}, {"title": "parse", "url": "/ja/docs/Web/JavaScript/Reference/Global_Objects/Date/parse", "tags": [], "summary": "", "localization_tags": [], "locale": "ja", "last_edit": "2014-11-12T00:15:15", "review_tags": []}, {"title": "Date.parse()", "url": "/fr/docs/Web/JavaScript/Reference/Objets_globaux/Date/parse", "tags": ["R\u00e9f\u00e9rence", "Reference", "Method", "Date", "JavaScript"], "summary": "", "localization_tags": [], "locale": "fr", "last_edit": "2015-01-17T07:31:46", "review_tags": []}, {"title": "Date.parse()", "url": "/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Date/parse", "tags": ["Method", "Date", "JavaScript"], "summary": "", "localization_tags": ["inprogress"], "locale": "zh-CN", "last_edit": "2014-07-10T10:32:30", "review_tags": []}, {"title": "Date.parse()", "url": "/de/docs/Web/JavaScript/Reference/Global_Objects/Date/parse", "tags": [], "summary": "", "localization_tags": ["inprogress"], "locale": "de", "last_edit": "2014-10-12T10:22:25", "review_tags": []}, {"title": "Date.parse()", "url": "/ru/docs/Web/JavaScript/Reference/Global_Objects/Date/parse", "tags": ["R\u00e9f\u00e9rence", "Reference", "Method", "Date", "JavaScript"], "summary": "", "localization_tags": [], "locale": "ru", "last_edit": "2014-10-27T01:15:34", "review_tags": []}, {"title": "Date.parse()", "url": "/pt-BR/docs/Web/JavaScript/Reference/Global_Objects/Date/parse", "tags": [], "summary": "", "localization_tags": ["inprogress"], "locale": "pt-BR", "last_edit": "2015-01-29T16:05:28", "review_tags": []}], "modified": "2015-04-12T03:16:44", "label": "Date.parse()", "localization_tags": [], "url": "/es/docs/Web/JavaScript/Referencia/Objetos_globales/Date/parse", "last_edit": "2014-08-12T00:47:51", "summary": "Transforma una cadena con la representaci\u00f3n de una fecha y hora, y devuelve el n\u00famero de milisegundos desde las 00:00:00 del 1 de enero de 1970, hora local.", "sections": [{"id": "Quick_Links", "title": "Standard built-in objects Date Propriedades Date.prototype M\u00e9todos Date.UTC() Date.now() Date.parse() Date.prototype.getDate() [Traducir] Date.prototype.getDay() [Traducir] Date.prototype.getFullYear() [Traducir] Date.prototype.getHours() [Traducir] Date.prototype.getMilliseconds() [Traducir] Date.prototype.getMinutes() [Traducir] Date.prototype.getMonth() [Traducir] Date.prototype.getSeconds() [Traducir] Date.prototype.getTime() [Traducir] Date.prototype.getTimezoneOffset() [Traducir] Date.prototype.getUTCDate() [Traducir] Date.prototype.getUTCDay() [Traducir] Date.prototype.getUTCFullYear() [Traducir] Date.prototype.getUTCHours() [Traducir] Date.prototype.getUTCMilliseconds() [Traducir] Date.prototype.getUTCMinutes() [Traducir] Date.prototype.getUTCMonth() [Traducir] Date.prototype.getUTCSeconds() [Traducir] Date.prototype.getYear() [Traducir] Date.prototype.setDate() [Traducir] Date.prototype.setFullYear() [Traducir] Date.prototype.setHours() [Traducir] Date.prototype.setMilliseconds() [Traducir] Date.prototype.setMinutes() [Traducir] Date.prototype.setMonth() [Traducir] Date.prototype.setSeconds() [Traducir] Date.prototype.setTime() [Traducir] Date.prototype.setUTCDate() [Traducir] Date.prototype.setUTCFullYear() [Traducir] Date.prototype.setUTCHours() [Traducir] Date.prototype.setUTCMilliseconds() [Traducir] Date.prototype.setUTCMinutes() [Traducir] Date.prototype.setUTCMonth() [Traducir] Date.prototype.setUTCSeconds() [Traducir] Date.prototype.setYear() [Traducir] Date.prototype.toDateString() [Traducir] Date.prototype.toGMTString() [Traducir] Date.prototype.toISOString() [Traducir] Date.prototype.toJSON() [Traducir] Date.prototype.toLocaleDateString() [Traducir] Date.prototype.toLocaleFormat() [Traducir] Date.prototype.toLocaleString() [Traducir] Date.prototype.toLocaleTimeString() [Traducir] Date.prototype.toSource() [Traducir] Date.prototype.toString() [Traducir] Date.prototype.toTimeString() [Traducir] Date.prototype.toUTCString() [Traducir] Date.prototype.valueOf() [Traducir] Inheritance: Function Propriedades arguments Function.arity [Traducir] Function.caller [Traducir] Function.displayName [Traducir] Function.length [Traducir] Function.name [Traducir] Function.prototype M\u00e9todos Function.prototype.apply() Function.prototype.bind() Function.prototype.call() Function.prototype.isGenerator() [Traducir] Function.prototype.toSource() [Traducir] Function.prototype.toString() [Traducir] Object Propriedades Object.prototype.__count__ [Traducir] Object.prototype.__noSuchMethod__ [Traducir] Object.prototype.__parent__ [Traducir] Object.prototype.__proto__ [Traducir] Object.prototype.constructor M\u00e9todos Object.prototype.__defineGetter__() [Traducir] Object.prototype.__defineSetter__() [Traducir] Object.prototype.__lookupGetter__() [Traducir] Object.prototype.__lookupSetter__() [Traducir] Object.prototype.hasOwnProperty() Object.prototype.isPrototypeOf() [Traducir] Object.prototype.propertyIsEnumerable() [Traducir] Object.prototype.toLocaleString() [Traducir] Object.prototype.toSource() [Traducir] Object.prototype.toString() Object.prototype.unwatch() Object.prototype.valueOf() Object.prototype.watch()"}, {"id": "Resumen", "title": "Resumen"}, {"id": "Sintaxis", "title": "Sintaxis"}, {"id": "Par.C3.A1metros", "title": "Par\u00e1metros"}, {"id": "Descripci.C3.B3n", "title": "Descripci\u00f3n"}, {"id": "Ejemplos", "title": "Ejemplos"}, {"id": "Ejemplo:_Usando_parse", "title": "Ejemplo: Usando parse"}, {"id": "Vea_tambi.C3.A9n", "title": "Vea tambi\u00e9n"}], "id": 37552, "review_tags": []}