kathla
12th October 2017, 01:56
I have a date in one column and i'm trying to populate another column with the last day of that current month.
can anyone help?
bdittmar
12th October 2017, 17:23
Hello,
use DLL .
tccom.dll0350.get.last.day.of.month
long tccom.dll0350.get.last.day.of.month( long i.month, long i.year )
Expl. : Get the last day of the month for a given year.
Pre : i.month and i.year must be valid.
Post : -
Input : i.month - Month number, eg January = 1; February = 2...
i.year - Year.
Output : -
Return : Number of days in the month.
Regards
KaasKarthik
5th November 2020, 15:36
how to import this dll to program script,there is no definition for the dll.
anyone please tell the procedure for it..
:confused:thanks in advance
bdittmar
5th November 2020, 15:42
Hello,
#pragma used dll .........
So: #pragma used dll tccomdll0350
Regards