Appearance
import { getDate } from "grantlibs"; 或; const { getDate } = require("grantlibs");
getDate(): string
no params
number: 当前几号。
const day = getDate(); // => '22'