vibin m Posted June 22, 2016 Posted June 22, 2016 Hi All, How can i get month number from a month. I have a date in the format 11/20/2016, i want to get the month number extracted ie 11 and store in a new colum. Thank you, Vibin.
Aditya Singh 3 Posted June 22, 2016 Posted June 22, 2016 Create a calculated column as Month([Date]) and change formatting to "Genaral", you will get month value as 1 -12.
NISHANTH JAIN Posted March 4, 2020 Posted March 4, 2020 Hello Vibin, You cantry below logic: Month([Date])
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now