Just want to ask if is there a way to convert this type of date
MM/DD/YYYY (currently on string. Example: "FEBRUARY/20/2020") to 2020-02-20 format as date?
I've tried to use to_date and SimpleDateFormat functions but still doesn't work.
Please help. Thanks.