1
forked from sheetjs/sheetjs

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

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