Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to convert a Month to Month end date

Hi,

How can i convert the month (For Ex:APR-15) to be converted to the Month end date (Ex:04/30/2015).

1 Solution

Accepted Solutions
MK_QSL
MVP
MVP

Date(MonthEnd(Date#(YourMonthYearField,'MMM-YY')),'MM/DD/YYYY') as YourRequiredField

View solution in original post

1 Reply
MK_QSL
MVP
MVP

Date(MonthEnd(Date#(YourMonthYearField,'MMM-YY')),'MM/DD/YYYY') as YourRequiredField