Return the short month name

PHOTO EMBED

Tue Dec 01 2020 04:25:15 GMT+0000 (Coordinated Universal Time)

Saved by @eneki

startDateMonth = startDateTimestamp.toLocaleString('default', {
                month: 'short'
            })

// Swap short for long to get December instead of Dec
content_copyCOPY