/** * @file This file contains a utility function for getting the current system date. * @module DateUtil */ /** * Returns the current date in ISO 8601 format (`yyyy-mm-dd`). * * @returns {string} The current date as a string in `yyyy-mm-dd` format. */ export function getSysdate(): string; //# sourceMappingURL=dateTime.d.ts.map