Details
Description
month(string|date|timestamp): int
Returns the month part of a date or a timestamp string: month("1970-11-01 00:00:00") = 11, month("1970-11-01") = 11.
See https://cwiki.apache.org/confluence/display/Hive/LanguageManual+UDF
Attachments
Issue Links
- relates to
-
SPARK-8864 Date/time function and data type design
- Resolved
- links to