(calc-date text)
Transform a date math in an date calculated
Transform a date math in an date calculated
(extract-operations text)
Split a full text to operations text parts. Ignore unexpected parts.
Split a full text to operations text parts. Ignore unexpected parts.
(from-string date-string)
Parse a ISO datestring to zoned date time.
Parse a ISO datestring to zoned date time.
(make-div unit)
Make a function to round to some unit. Expect input unit like 'W'. Return a function that take an instant and return it rounded.
Make a function to round to some unit. Expect input unit like 'W'. Return a function that take an instant and return it rounded.
(make-op part op)
Make a function to operate on some unit. Expect input like '1d' and a function. Return a function that take an instant and apply the operation.
Make a function to operate on some unit. Expect input like '1d' and a function. Return a function that take an instant and apply the operation.
(operations-to-instant acc op)
Reduce instant operations
Reduce instant operations
(parts-to-operations part)
Transform text operation in a function
Transform text operation in a function
(text-to-parts text)
Get initial date and operations
Get initial date and operations
(to-string date-time)
Return an ISO string of the given date
Return an ISO string of the given date
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close