forked from 0x2620/oxjs
in documentation use foo, not <code>foo</code>
This commit is contained in:
parent
bd5a4b6318
commit
73fa856900
16 changed files with 89 additions and 105 deletions
|
|
@ -178,7 +178,7 @@ Ox.getISOYear = function(date, utc) {
|
|||
//@ Ox.getSeconds <f> Get the seconds of a date
|
||||
// see Ox.setSeconds for source code
|
||||
|
||||
//@ Ox.getTime <f> Alias for <code>+new Date()</code>
|
||||
//@ Ox.getTime <f> Alias for `+new Date()`
|
||||
Ox.getTime = function(utc) {
|
||||
return +new Date() - (utc ? Ox.getTimezoneOffset() : 0);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue