menu
shared_component package
documentation
utils/date_utils.dart
AppDateUtils
getCurrentDate static method
getCurrentDate static method
dark_mode
light_mode
getCurrentDate
static method
String
getCurrentDate
(
)
Implementation
static String getCurrentDate() { return DateFormat('dd/MM/yyyy').format(DateTime.now()); }
shared_component package
documentation
utils/date_utils
AppDateUtils
getCurrentDate static method
AppDateUtils class