I am getting the date from MySQL as 2021-10-30 (YYYY-MM-DD) and storing this date in a variable in JavaScript. But I want to change 2021-10-30 to 2021-Oct-30, then how can I do this in javascript ? I don't want to do this in MySQL.
MySQL
2021-10-30
2021-Oct-30