mirror of
https://github.com/pezkuwichain/pezkuwi-apps.git
synced 2026-07-07 13:17:26 +00:00
6 lines
325 B
TypeScript
6 lines
325 B
TypeScript
// Copyright 2017-2026 @pezkuwi/app-calendar authors & contributors
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
export const DAYS = ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'];
|
|
export const MONTHS = ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'];
|