(local-date)(local-date arg_1_2997)(local-date arg_1_2998 arg_2_2999)(local-date arg_1_3000 arg_2_3001 arg_3_3002)Creates a LocalDate. The following arguments are supported:
Creates a `LocalDate`. The following arguments are supported: * no arguments - current local-date * one argument + clock + another temporal entity + string representation + year * two arguments + formatter (format) and a string + an instant and a zone id + another temporal entity and an offset (preserves local time) + year and month * three arguments + year, month and date
(local-date-time)(local-date-time arg_1_3077)(local-date-time arg_1_3078 arg_2_3079)(local-date-time arg_1_3080 arg_2_3081 arg_3_3082)(local-date-time y m d h)(local-date-time y m d h mm)(local-date-time y m d h mm ss)(local-date-time y m d h mm ss n)Creates a LocalDateTime. The following arguments are supported:
three and more arguments - year/month/day/...
Creates a `LocalDateTime`. The following arguments are supported: * no arguments - current local date-time * one argument + clock + another temporal entity + string representation + year * two arguments + local date and local time + an instant and a zone id + formatter (format) and a string + year and month three and more arguments - year/month/day/...
(local-date-time? v__2432__auto__)True if an instance of LocalDateTime.
True if an instance of LocalDateTime.
(local-date? v__2432__auto__)True if an instance of LocalDate.
True if an instance of LocalDate.
(local-time)(local-time arg_1_3037)(local-time arg_1_3038 arg_2_3039)(local-time arg_1_3040 arg_2_3041 arg_3_3042)(local-time h m s nn)Creates a LocalTime. The following arguments are supported:
Creates a `LocalTime`. The following arguments are supported: * no arguments - current local time * one argument + clock + another temporal entity + string representation + hours * two arguments + formatter (format) and a string + an instant and a zone id + hours and minutes * three/four arguments - hour, minute, second, nanos
(local-time? v__2432__auto__)True if an instance of LocalTime.
True if an instance of LocalTime.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |