to_j_local_date
to_j_local_date converts a date-time value into a Java LocalDate, which is a date without a time or time zone.
Important
In query strings, users should choose the built-in function toLocalDate instead of to_j_local_date. For more information, see:
Syntax
Parameters
| Parameter | Type | Description |
|---|---|---|
| dt | Union[None, LocalDate, str, datetime.date, datetime.time, datetime.datetime, numpy.datetime64, pandas.Timestamp] | The date-time value to convert to a Java LocalDate. A string in the form of |
Returns
Returns a LocalDate.