day.js备忘录

如何显示上午/下午

import dayjs from 'dayjs';require('dayjs/locale/zh-cn');dayjs().locale('zh-cn').format('MM月DD日 A h:mm');