valor-software/ng2-bootstrap

View on GitHub
src/chronos/locale/calendar.ts

Summary

Maintainability
A
0 mins
Test Coverage
export const defaultCalendar = {
  sameDay: '[Today at] LT',
  nextDay: '[Tomorrow at] LT',
  nextWeek: 'dddd [at] LT',
  lastDay: '[Yesterday at] LT',
  lastWeek: '[Last] dddd [at] LT',
  sameElse: 'L'
};