* Update locale/en-ie.js
Correct to en-IE date locale to match the ICU definition: http://www.localeplanet.com/icu/en-IE/index.html
* Revert to orgininal
* Update unit test
longDateFormat : {
LT : 'HH:mm',
LTS : 'HH:mm:ss',
- L : 'DD-MM-YYYY',
+ L : 'DD/MM/YYYY',
LL : 'D MMMM YYYY',
LLL : 'D MMMM YYYY HH:mm',
LLLL : 'dddd D MMMM YYYY HH:mm'
['a A', 'pm PM'],
['[the] DDDo [day of the year]', 'the 45th day of the year'],
['LTS', '15:25:50'],
- ['L', '14-02-2010'],
+ ['L', '14/02/2010'],
['LL', '14 February 2010'],
['LLL', '14 February 2010 15:25'],
['LLLL', 'Sunday 14 February 2010 15:25'],
- ['l', '14-2-2010'],
+ ['l', '14/2/2010'],
['ll', '14 Feb 2010'],
['lll', '14 Feb 2010 15:25'],
['llll', 'Sun 14 Feb 2010 15:25']