📜  在颤振中获取月份名称的前三个字母 - Dart 代码示例

📅  最后修改于: 2022-03-11 14:48:04.729000             🧑  作者: Mango

代码示例1
DateFormat formatter = DateFormat('MMM'); // create a formatter to get months 3 character

String monthAbbr = formatter.format(DateTime.now()); // now pass your required date and get month