This seems simple but I couldn\'t find the answer. I\'m trying to convert a column of date-of-birth in the below date format to the date format in Spark Dataframe API and th
I was able to convert the date of birth column to age using udf with sql date format. Please see the edit for details.