mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 03:06:59 +08:00
@@ -1,6 +1,6 @@
|
||||
import 'package:intl/intl.dart' show DateFormat;
|
||||
|
||||
abstract class DateFormatUtils {
|
||||
abstract final class DateFormatUtils {
|
||||
static final shortFormat = DateFormat('MM-dd');
|
||||
static final longFormat = DateFormat('yyyy-MM-dd');
|
||||
static final _shortFormatD = DateFormat('MM-dd HH:mm');
|
||||
|
||||
Reference in New Issue
Block a user