export const DATETIME = {
  DateDisplay: 'yyyy년 MM월 dd일',
  DateValue: 'YYYY/MM/DD',
  TimeDisplay: 'a h시 mm분',
  TimeValue: 'HH:mm',
};
