Corrected spec error in format code 14

This commit is contained in:
SheetJS 2013-03-27 14:37:22 -04:00
parent cebc377e06
commit 1071d03040

View File

@ -1,4 +1,4 @@
/* vim: set ts=2:*/
/* vim: set ts=2: */
/*jshint eqnull:true */
/* Spreadsheet Format -- jump to XLSX for the XLSX code */
var SSF = (function() {
@ -24,7 +24,7 @@ var table_fmt = {
11: '0.00E+00',
12: '# ?/?',
13: '# ??/??',
14: 'mm-dd-yy',
14: 'mm/dd/yy',
15: 'd-mmm-yy',
16: 'd-mmm',
17: 'mmm-yy',