parent
a345e2c6f1
commit
1c27474776
@ -106,7 +106,7 @@ export class Globalization extends IonicNativePlugin {
|
|||||||
/**
|
/**
|
||||||
* Returns a pattern string to format and parse dates according to the client's user preferences.
|
* Returns a pattern string to format and parse dates according to the client's user preferences.
|
||||||
* @param options Object with the format length and selector
|
* @param options Object with the format length and selector
|
||||||
* @returns {Promise<{ pattern: string, timezone: string, utf_offset: number, dst_offset: number }>} Returns a promise.
|
* @returns {Promise<{ pattern: string, timezone: string, utc_offset: number, dst_offset: number }>} Returns a promise.
|
||||||
*/
|
*/
|
||||||
@Cordova({
|
@Cordova({
|
||||||
callbackOrder: 'reverse'
|
callbackOrder: 'reverse'
|
||||||
@ -117,7 +117,7 @@ export class Globalization extends IonicNativePlugin {
|
|||||||
pattern: string;
|
pattern: string;
|
||||||
timezone: string;
|
timezone: string;
|
||||||
iana_timezone: string;
|
iana_timezone: string;
|
||||||
utf_offset: number;
|
utc_offset: number;
|
||||||
dst_offset: number;
|
dst_offset: number;
|
||||||
}> {
|
}> {
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user