Month in DatePicker

Hi everyone,
I need to abstract from a chosen date with the DatePicker simply the month and write it in another field. example : date 14/10/2019 → field October

Can you give me indications?

Thanks in advance as always

Check out https://support.wix.com/en/article/corvid-formatting-dates . This article explains how you can format dates on your site using Corvid.
You can learn more about the available JavaScript date options here .

Here are a couple of references where you can learn how to format the date and time just about any way you want:
https://javascript.info/date
https://docs.microsoft.com/en-us/scripting/javascript/date-and-time-strings-javascript
https://www.w3schools.com/js/js_date_formats.asp

Pay attention at the function getMonth().