Description
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
Example : String convertDateFormat(String dateString, String currentDateFormat, String requiredFormat);
Attachments
Issue Links
- duplicates
-
HIVE-6046 add UDF for converting date time from one presentation to another
- Resolved
- relates to
-
HIVE-10276 Implement date_format(timestamp, fmt) UDF
- Closed