Formats a date in a numeric format (e.g., "10/04/2025").
static String formatNumeric(DateTime date) { return DateFormat.yMd().format(date); }