forked from sheetjs/sheetjs
SheetJS
885b27fda5
- support 上午/下午 (like AM/PM, supported in en-US and other locales) - `format(number)` guess format if table is missing value - removed entry 65535 from table
2 lines
92 B
JavaScript
2 lines
92 B
JavaScript
var THAI_DIGITS = "\u0E50\u0E51\u0E52\u0E53\u0E54\u0E55\u0E56\u0E57\u0E58\u0E59".split("");
|