blob: 709cfb4d37663dfd60f87507952ddc64920d9286 (
plain) (
tree)
|
|
import zhCn from 'gregorian-calendar-format/lib/locale/zh_CN';
export default {
placeholderHHmmss: '时:分:秒',
placeholderHHmm: '时:分',
placeholdermmss: '分:秒',
clear: '清除',
format: zhCn,
};
|