I have date in the String format 20240107193154 within databricks dataframe , I want to convert this into YYY-MM-DD:HH:MM:SS datetime format within Pyspark .
if you any workaround on this then appreciated . I have tried using unixtimestmp but no luck.
I have tried using unixtimestmp but no luck.