Forum Discussion
Create calendar
- 3 years ago
Hi :
Use the Below code :
Year : "Year",YEAR([Date])
Month : "Month",MONTH([Date])
Month Name : "Month Name",FORMAT([Date],"MMMM") OR "Month Name Short",FORMAT([Date],"MMM")
End of Month : "End of Month",EOMONTH([Date],0)
Month-Year : "Year Month Number",INT(FORMAT([Date],"YYYYMM")) or
"Year Month Name",FORMAT([Date],"YYYY-MMM")
Appreciate your Kudos and mark as solution if it helps you
Hi :
Use the Below code :
Year : "Year",YEAR([Date])
Month : "Month",MONTH([Date])
Month Name : "Month Name",FORMAT([Date],"MMMM") OR "Month Name Short",FORMAT([Date],"MMM")
End of Month : "End of Month",EOMONTH([Date],0)
Month-Year : "Year Month Number",INT(FORMAT([Date],"YYYYMM")) or
"Year Month Name",FORMAT([Date],"YYYY-MMM")
Appreciate your Kudos and mark as solution if it helps you