Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 923

Re: Days in Month?

$
0
0

Hi Vishal,

 

Create a variable to combine month and year to get MMYYYY format.

Something like

FormatNumber(Month;"0#")+FormatNumber(Year;"#")

 

 

and then create below variable to get the number of months in a month

 

 

of a year

=daynumberofmonth(LastDayOfMonth(ToDate("MMYYYY ";"MMyyyy")))


Viewing all articles
Browse latest Browse all 923

Trending Articles