Liking cljdoc? Tell your friends :D

baredom.utils.dates

Pure UTC date primitives shared by date components (x-date-picker, x-calendar). No DOM, no side effects — every function is a value transform. Dates are JS Date objects pinned to UTC midnight; ISO strings are "YYYY-MM-DD".

first-day-of-week (fdow) is 0=Sunday .. 6=Saturday. The start-of-week / end-of-week / month-grid functions default to 0 (Sunday) so existing single-arity callers keep their behaviour.

Pure UTC date primitives shared by date components (x-date-picker,
x-calendar). No DOM, no side effects — every function is a value
transform. Dates are JS `Date` objects pinned to UTC midnight; ISO
strings are `"YYYY-MM-DD"`.

`first-day-of-week` (`fdow`) is `0`=Sunday .. `6`=Saturday. The
`start-of-week` / `end-of-week` / `month-grid` functions default to
`0` (Sunday) so existing single-arity callers keep their behaviour.
raw docstring

baredom.utils.overlay

Shared overlay root management for portal-based components. Provides document-level fixed layers that escape CSS stacking contexts.

Shared overlay root management for portal-based components.
Provides document-level fixed layers that escape CSS stacking contexts.
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close