Members
(constant) At
- Source:
Symbols and operators
Methods
parseTime(text)
- Source:
Parse time string to date in UTC.
Parameters:
Name | Type | Description |
---|---|---|
text |
string |
toDate(serial) → {Date}
- Source:
Parse an excel serial number to UTC date.
Parameters:
Name | Type | Description |
---|---|---|
serial |
Returns:
- Type
- Date
toSerial(date) → {number}
- Source:
Parse a UTC date to excel serial number.
Parameters:
Name | Type | Description |
---|---|---|
date |
Date | number | A UTC date. |
Returns:
- Type
- number