menu
another_flutter_utils package
documentation
flutter_utils.dart
DateTimeExtention
firstDayOfMonth method
firstDayOfMonth method
dark_mode
light_mode
firstDayOfMonth
method
DateTime
firstDayOfMonth
(
)
Return first day of the month
Implementation
DateTime firstDayOfMonth() { return DateTime(year, month, 1); }
another_flutter_utils package
documentation
flutter_utils
DateTimeExtention
firstDayOfMonth method
DateTimeExtention extension on
DateTime