Description
date_format(date/timestamp/string, fmt) converts a date/timestamp/string to a value of String in the format specified by the java date format fmt.
Supported formats listed here:
https://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html
Attachments
Attachments
Issue Links
- is related to
-
HIVE-3378 UDF to obtain the numeric day of an year from date or timestamp in HIVE.
- Resolved
-
HIVE-6046 add UDF for converting date time from one presentation to another
- Resolved
-
HIVE-6214 Need a UDF to convert a Date String from any standard format to another. Should be able to provide the Date String, current format and to the format into which it need to be converted and returned as String output of UDF
- Resolved
- relates to
-
HIVE-3299 Create UDF DAYNAME(date)
- Resolved
- links to