menu
ethiopiandatepickerandconvertor package
documentation
const/lib_functions.dart
removeHyphenGetMonth function
removeHyphenGetMonth function
dark_mode
light_mode
removeHyphenGetMonth
function
dynamic
removeHyphenGetMonth
(
String
dateTime
)
Implementation
removeHyphenGetMonth(String dateTime) { final month = dateTime.split('-'); return month[1]; }
ethiopiandatepickerandconvertor package
documentation
const/lib_functions
removeHyphenGetMonth function
lib_functions library