dateNumeric top-level constant

String const dateNumeric

Date (Numeric)


Format: 05/03/2025

Summary: A complete date string in DD/MM/YYYY format.

Details: Outputs the full date with zero-padded day and month values separated by slashes. This is the standard format for international date display and is widely used in forms, reports, and date pickers.

Implementation

const String dateNumeric = 'DDDD';