Appearance
import { getMonth } from "grantlibs"; 或; const { getMonth } = require("grantlibs");
getMonth(): string
no params
number: 当前月份。
const month = getMonth(); // => '03'