formatted two-digit string (e.g., "01", "15").
String twoDigit() => value.toString().padLeft(2, '0');