Liking cljdoc? Tell your friends :D

tupelo.java-time.convert


LocalDate+startOfDay->LocalDateTimeclj

(LocalDate+startOfDay->LocalDateTime ld)

Inputs: [ld :- LocalDate] Returns: LocalDateTime

Converts LocalDate -> LocalDateTime at midnight

Inputs: [ld :- LocalDate]
Returns: LocalDateTime

Converts LocalDate -> LocalDateTime at midnight 
sourceraw docstring

LocalDate->Dateclj

(LocalDate->Date ld)

Inputs: [ld :- LocalDate] Returns: Date

Converts a LocalDate to a java.util.Date, using midnight (start of day) and the UTC timezone.

Inputs: [ld :- LocalDate]
Returns: Date

Converts a LocalDate to a java.util.Date, using midnight (start of day) and the UTC timezone.
sourceraw docstring

LocalDate->Instantclj

(LocalDate->Instant ld)

Inputs: [ld :- LocalDate] Returns: Instant

Converts a LocalDate to an Instant, using midnight (start of day) and the UTC timezone.

Inputs: [ld :- LocalDate]
Returns: Instant

Converts a LocalDate to an Instant, using midnight (start of day) and the UTC timezone.
sourceraw docstring

LocalDateTime+utc->ZonedDateTimeclj

(LocalDateTime+utc->ZonedDateTime ldt)

Inputs: [ldt :- LocalDateTime] Returns: ZonedDateTime

Converts LocalDateTime -> ZonedDateTime with UTC time zone

Inputs: [ldt :- LocalDateTime]
Returns: ZonedDateTime

Converts LocalDateTime -> ZonedDateTime with UTC time zone
sourceraw docstring

zoneid-utcclj

source

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