Liking cljdoc? Tell your friends :D

com.timezynk.useful.date


beginning-of-weekclj

(beginning-of-week datetime)

Copy of the object with day set to Monday and time set to earliest possible.

Copy of the object with day set to Monday and time set to earliest possible.
raw docstring

ConversionJavaTimecljprotocol

days-betweenclj

(days-between start end)

Calculate days between dates.

Calculate days between dates.

to-datetimeclj

(to-datetime obj)
(to-datetime obj tz)
(to-datetime obj tz & options)

Convert to zoned datetime.

Convert to zoned datetime.

to-isoclj

(to-iso obj)

Convert to iso string.

Convert to iso string.

to-localdateclj

(to-localdate obj)

Convert to date.

Convert to date.

to-millisclj

(to-millis obj)

Convert date/datetime to millisecond timestamp.

Convert date/datetime to millisecond timestamp.

to-timeclj

(to-time obj)

Convert to time.

Convert to time.

to-utildateclj

(to-utildate obj)

Convert to java.util.Date.

Convert to java.util.Date.

date-seqclj

(date-seq start-date end-date)
(date-seq start-date end-date step)

date-string?clj

(date-string? d)

date-time-patternclj


duration->hoursclj

(duration->hours d)

earliestclj

(earliest a b)

first-time-afterclj

(first-time-after date-time time)

formatcljmultimethod

Format java.time object according to custom format string.

Format java.time object according to custom format string.
raw docstring

formattercljmultimethod

Format java.time object according to a two-letter style string.

Format java.time object according to a two-letter style string.
raw docstring

get-zoneclj

(get-zone)

Return the timezone object for the current session, or the default timezone object if the former can't be found.

Return the timezone object for the current session,
or the default timezone object if the former can't be found.
raw docstring

gteclj

(gte a b)

iso-patternclj


last-day-of-last-monthclj

(last-day-of-last-month)

Create a LocalDate for today's date, and rewind it to last day of last month.

Create a LocalDate for today's date, and rewind it to last day of last month.
raw docstring

last-day-of-the-monthclj

(last-day-of-the-month date)

latestclj

(latest a b)

lteclj

(lte a b)

nowclj

(now)
(now tz)

Return the timezone object for the current session, or the default timezone object if the former can't be found.

Return the timezone object for the current session,
or the default timezone object if the former can't be found.
raw docstring

parse-rfc-1123clj

(parse-rfc-1123 s)

rfc-1123-formatterclj


start-of-dayclj

(start-of-day)

Return the current date, with the earliest possible time for this timezone.

Return the current date, with the earliest possible time for this timezone.
raw docstring

to-rfc-1123clj

(to-rfc-1123 d)

todayclj

(today)

Return the current date.

Return the current date.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close