mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-06 02:27:48 +02:00
* Merging revisions 999 from trunk:
------------------------------------------------------------------------ r999 | michael | 2020-12-11 14:35:11 +0100 (Fri, 11 Dec 2020) | 1 line * Additional overloads ------------------------------------------------------------------------
This commit is contained in:
parent
f963c95094
commit
ecccf34572
@ -216,7 +216,9 @@ type
|
||||
function toISOString: string; // ISO 8601 Extended Format
|
||||
function toJSON: string;
|
||||
function toGMTString: string; // in GMT timezone
|
||||
function toLocaleDateString: string; // date in locale timezone, no time
|
||||
function toLocaleDateString: string; overload; // date in locale timezone, no time
|
||||
function toLocaleDateString(const aLocale : string) : string; overload; // date in locale timezone, no time
|
||||
function toLocaleDateString(const aLocale : string; aOptions : TJSObject) : string; overload; // date in locale timezone, no time
|
||||
function toLocaleString: string; reintroduce; // date and time in locale timezone
|
||||
function toLocaleTimeString: string; // time in locale timezone, no date
|
||||
function toTimeString: string; // time human readable, no date
|
||||
|
Loading…
Reference in New Issue
Block a user