bbbfly.DateTime
In Packages
Type Definitions
-
bigint string
-
bigintPattern pattern matching string.
-
bigintPattern RegExp
-
bigint string pattern:
(-?) before or after reference date ([1-8]{1}) calendar ([0-9]{10}) year ([0-9]{2}) month ([0-9]{2}) day ([0-9]{2}) hour ([0-9]{2}) minute
Members
-
static calendar enum string
-
Possible values for bigint calendar part
Name Type Default Description gregorian string 1
Methods
-
BigIntToDate (bigint){Date}
-
Parameters:
Name Type Description bigint bbbfly.DateTime.bigint Returns:
Type Description Date -
BigIntToUTCDateTime (bigint){Date}
-
Parameters:
Name Type Description bigint bbbfly.DateTime.bigint Returns:
Type Description Date -
DateToBigInt (date){bbbfly.DateTime.bigint}
-
Parameters:
Name Type Description date Date Returns:
Type Description bbbfly.DateTime.bigint -
UTCDateTimeToBigInt (date){bbbfly.DateTime.bigint}
-
Parameters:
Name Type Description date Date Returns:
Type Description bbbfly.DateTime.bigint