Moment.js: Use DMY date format for English
authorBartosz Dziewoński <matma.rex@gmail.com>
Sat, 25 Jul 2015 12:07:39 +0000 (14:07 +0200)
committerJforrester <jforrester@wikimedia.org>
Mon, 27 Jul 2015 18:40:46 +0000 (18:40 +0000)
commitc7f28b7fb653efeb702864b36cce978e066874cc
tree631490b5eaa758e85d06cda3eb50a19633fcd814
parent8c54d0a08372092f5187fc05a818be807c64832e
Moment.js: Use DMY date format for English

In accordance with MediaWiki's date formatting routines.

For now, we continue not handling configuration options or user
preferences in this code, although might be a good idea at some point.
I prefer to keep this patch as simple as possible.

Change-Id: I3f490e4bf6b573b5797e00316ec1e648f611765e
resources/Resources.php
resources/src/moment-local-dmy.js [new file with mode: 0644]