From 313c30dfe4b077d9364d3f4cbd99c536cea4501a Mon Sep 17 00:00:00 2001 From: Sergio Crisostomo Date: Mon, 28 Apr 2014 13:11:16 +0200 Subject: [PATCH] fixes #1197 - Docs improve Date uses Locale for location. This is not documented and needs to be more clear. I Added more info only in .defineParser (singular) not in plural version... --- Docs/Types/Date.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Docs/Types/Date.md b/Docs/Types/Date.md index bce5e543..a01cec99 100644 --- a/Docs/Types/Date.md +++ b/Docs/Types/Date.md @@ -476,7 +476,9 @@ See [Date:isValid][] above. Static Method: defineParser {#Date:Date-defineParser} ----------------------------------------------------- -Additional parsers can be authored than those already outlined by default in *Date.js*. If you include *Date.Extras.js* you'll get several more, but you can write your own. +Additional parsers can be authored than those already outlined by default in *Date.js*. If you include *Date.Extras.js* you'll get several more, but you can also write your own. + +__Note:__ *Date.js* uses [Locale](http://mootools.net/docs/more/Locale/Locale) which contains methods and data necessary to provide localization. If you want to specify a new location check the documentation for [Locale](http://mootools.net/docs/more/Locale/Locale). ### Syntax