Liking cljdoc? Tell your friends :D

tupelo.java-time.convert


Date->Instantclj

(Date->Instant date)

Inputs: [date :- Date] Returns: Instant

Inputs: [date :- Date]
Returns: Instant
sourceraw docstring

Date->strclj

(Date->str date)

Inputs: [date :- Date] Returns: s/Str

Inputs: [date :- Date]
Returns: s/Str
sourceraw docstring

Instant->Dateclj

(Instant->Date inst)

Inputs: [inst :- Instant] Returns: Date

Inputs: [inst :- Instant]
Returns: Date
sourceraw docstring

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

sql-Date->strclj

(sql-Date->str date)

Inputs: [date :- java.sql.Date] Returns: s/Str

Inputs: [date :- java.sql.Date]
Returns: s/Str
sourceraw docstring

sql-Timestamp->strclj

(sql-Timestamp->str ts)

Inputs: [ts :- Timestamp] Returns: s/Str

Inputs: [ts :- Timestamp]
Returns: s/Str
sourceraw docstring

str->Dateclj

(str->Date s)

Inputs: [s :- s/Str] Returns: Date

Parse an Instant string into a Date

Inputs: [s :- s/Str]
Returns: Date

Parse an Instant string into a Date
sourceraw docstring

str->sql-Dateclj

(str->sql-Date s)

Inputs: [s :- s/Str] Returns: Date

Parse an Instant string into a Date

Inputs: [s :- s/Str]
Returns: Date

Parse an Instant string into a Date
sourceraw docstring

str->sql-Timestampclj

(str->sql-Timestamp s)

Inputs: [s :- s/Str] Returns: Timestamp

Parse an Instant string into a Timestamp

Inputs: [s :- s/Str]
Returns: Timestamp

Parse an Instant string into a Timestamp
sourceraw docstring

zoneid-utcclj

source

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

× close