You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* New hybrid ES6/ES2018 Angular-friendly package design.
* New DateTime.get() method, corresponding to DateTime.set().
* Fixed problem with "small" timezone definitions getting optimized away.
_(For ES5-compatible code, use `https://unpkg.com/@tubular/time/dist/web5/index.js"`)_
123
+
For the old-fashioned UMD approach (which can save you from about 560K of extra data):
117
124
118
-
The first script element is an example of optionally loading extended timezone definitions. Such a script element, if used, should precede the `index.js` script.
The script element just above the `index.js` URL is an example of _optionally_ loading extended timezone definitions. Such a script element, if used, should precede the `index.js` script.
119
131
120
132
The **@tubular/time** package will be available via the global variable `tbTime`. `tbTime.ttime` is the default function, and other functions, classes, and constants will also be available on this variable, such as `tbTime.DateTime`, `tbTime.julianDay`, `tbTime.TIME_MS`, etc.
0 commit comments