D top-level constant
String
const D
Day of Month
Format: 1 2 ... 30 31
Summary: The raw numerical day of the current month.
Details: This returns the day as a single or double digit without any leading zeros. It is typically used in sentences (e.g., "March 5") or in layouts where a clean, minimal look is desired.
Implementation
const String D = 'D';