× Discuss on T24 Installation, Setting up the environment, TC Server, jBOSS, Package & Deployment, etc…

No Of Days in a Given Month

  • sachinvanjara
  • Topic Author
  • Visitor
  • Visitor
10 years 7 months ago #16608 by sachinvanjara
No Of Days in a Given Month was created by sachinvanjara
Is de any function in to Find No of Days in a given Month, such as March has 31 Days Nov Has 30 Days.

would be great

Please Log in or Create an account to join the conversation.

More
10 years 7 months ago #16609 by kripesh
Replied by kripesh on topic No Of Days in a Given Month
CALL GET.LAST.DOM(YYYYMM,LAST.DATE,LAST.DAY,MONTH.NAME)

Pass the value YYYYMM

YYYYMM = "201406"
CALL GET.LAST.DOM(YYYYMM,LAST.DATE,LAST.DAY,MONTH.NAME)
CRT YYYYMM
CRT LAST.DATE
CRT LAST.DAY
CRT MONTH.NAME

201406
20140630
30
June

Have a great day !
The following user(s) said Thank You: gm.saran

Please Log in or Create an account to join the conversation.

Time to create page: 0.031 seconds