Ican't understand why I am getting error on Following code on September Month
var dateFormat: SimpleDateFormat = SimpleDateFormat("dd-MMM-yyyy")
val vdate:String="09-Sep-2022"
val ndate :Date = dateFormat.parse(vdate)
sampeltextview.text=ndate.toString()
errori am getting is : Unparseable date: "09-Sep-2022"
But when I change Month other than September for ex. Jun , Jul ect.