I would like to format a date to be in the date format of MMMYYYY. For example, if "Tue Jan 26 2021 12:45:59 GMT+0300" is being returned from new Date(), then I would like it to be displayed as "Jan2021". How can I do that using JS? Thanks.
question from:https://stackoverflow.com/questions/65899053/format-date-to-mmmyyyy-javascript