(local-date)(local-date arg_1_2911)(local-date arg_1_2912 arg_2_2913)(local-date arg_1_2914 arg_2_2915 arg_3_2916)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_2991)(local-date-time arg_1_2992 arg_2_2993)(local-date-time arg_1_2994 arg_2_2995 arg_3_2996)(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__2346__auto__)True if an instance of LocalDateTime.
True if an instance of LocalDateTime.
(local-date? v__2346__auto__)True if an instance of LocalDate.
True if an instance of LocalDate.
(local-time)(local-time arg_1_2951)(local-time arg_1_2952 arg_2_2953)(local-time arg_1_2954 arg_2_2955 arg_3_2956)(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__2346__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 |