(local-date)(local-date arg_1_2924)(local-date arg_1_2925 arg_2_2926)(local-date arg_1_2927 arg_2_2928 arg_3_2929)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_3004)(local-date-time arg_1_3005 arg_2_3006)(local-date-time arg_1_3007 arg_2_3008 arg_3_3009)(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__2347__auto__)True if an instance of LocalDateTime.
True if an instance of LocalDateTime.
(local-date? v__2347__auto__)True if an instance of LocalDate.
True if an instance of LocalDate.
(local-time)(local-time arg_1_2964)(local-time arg_1_2965 arg_2_2966)(local-time arg_1_2967 arg_2_2968 arg_3_2969)(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__2347__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 |