codigo actual del servidor, con avances de joan
This commit is contained in:
11
source_code/lib/custom/customDateTimes.dart
Normal file
11
source_code/lib/custom/customDateTimes.dart
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
|
||||
import 'package:intl/intl.dart';
|
||||
|
||||
class CustomDateTime{
|
||||
static String getDate = DateFormat('dMMMM,y').format(DateTime.now());
|
||||
static String getDayName = DateFormat('EEEE').format(DateTime.now());
|
||||
static String getLast7Date = DateFormat('EEEE').format(DateTime.now());
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user