menu
hive_ui package
documentation
services/format-time/format_date.dart
yy constant
yy constant
dark_mode
light_mode
yy
top-level constant
String
const
yy
Outputs year as two digits
Example: formatDate(DateTime(1989),
yy
); // => 89
Implementation
const String yy = 'yy';
hive_ui package
documentation
services/format-time/format_date
yy constant
format_date library