shortMonthName method
- dynamic locale
Get Short Month
Returns short month string in the format Jan, Feb etc
Implementation
String shortMonthName([dynamic locale]) => monthName(locale).first(3);
Get Short Month
Returns short month string in the format Jan, Feb etc
String shortMonthName([dynamic locale]) => monthName(locale).first(3);