blob: 56357a7f2165b44db3156a96fb45e49694002124 (
plain)
1
2
3
4
5
6
|
import { FilterImpl } from '../template';
export declare function date(this: FilterImpl, v: string | Date, format?: string, timezoneOffset?: number | string): string | Date;
export declare function date_to_xmlschema(this: FilterImpl, v: string | Date): string | Date;
export declare function date_to_rfc822(this: FilterImpl, v: string | Date): string | Date;
export declare function date_to_string(this: FilterImpl, v: string | Date, type?: string, style?: string): string | Date;
export declare function date_to_long_string(this: FilterImpl, v: string | Date, type?: string, style?: string): string | Date;
|