UNPKG

@genexus/web-standard-functions

Version:

GeneXus JavaScript standard functions library for web generators

7 lines (6 loc) 229 B
/** * Returns a string represantation of a date. dd[/]mm[/]yyyy * @return string */ import { GxDate } from "../types/gxdate"; export declare const toString: (target: GxDate, targetDate: GxDate, dateFormat?: String) => string;