Skip to content

Commit

Permalink
fixes mootools#1197 - Docs improve
Browse files Browse the repository at this point in the history
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...
  • Loading branch information
SergioCrisostomo committed Apr 28, 2014
1 parent 7239538 commit 313c30d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Docs/Types/Date.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 313c30d

Please sign in to comment.