📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 03:12:20
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
node_modules
/
concurrently
/
dist
/
src
📍 /home/orkouolp/web/testing.orkobd/laravel/node_modules/concurrently/dist/src
🔄 Refresh
✏️
Editing: date-format.d.ts
Writable
export type FormatterOptions = { locale?: string; calendar?: string; }; /** * Unicode-compliant date/time formatter. * * @see https://unicode.org/reports/tr35/tr35-dates.html#Date_Format_Patterns */ export declare class DateFormatter { private readonly options; private static tokenRegex; private readonly parts; constructor(pattern: string, options?: FormatterOptions); private compileLiteral; private compileOther; private compileToken; format(date: Date): string; }
💾 Save Changes
❌ Cancel