diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-12-29 21:51:51 +1100 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-12-29 21:51:51 +1100 |
| commit | 29f17375c623ff18cd8f2d5d828ebc462d01f617 (patch) | |
| tree | 798487327474dd75256243ad171787f706f1aa2b /src/lib.ts | |
| parent | 6faaed2a50c19b55ebc80bc41006f52c5f6e3047 (diff) | |
Include events in units partially within display
Diffstat (limited to 'src/lib.ts')
| -rw-r--r-- | src/lib.ts | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -235,6 +235,7 @@ export class CalDate extends HistDate { super(gcal, year, month, day); } } +export const MIN_CAL_DATE = new CalDate(MIN_CAL_YEAR, 1, 1); // For event representation export class HistEvent { |
