我需要在Scala中将儒略日期(YYYYDDD)转换为公历日期(YYYYMMDD)。我走了这么远:val format1 = new java.text.SimpleDateFormat("yyyyddd")结果是: Mon Jan 22 00:00:00 CST 2018 我需要帮助来获得"YYYYMMDD“格式的输出 浏览19提问于2018-01-23得票数 2 回答已采纳 1回答 informatica中如何将普通日期转...
I cant seem to figure out how to change a date field in the format DD-MMM-YYYY to the format YYYY-MM-DD I understand i need to use string and date functions but still cannot quite get it right. Any help? Thanks