static void Job30(Args _args)
{
System.DateTime now;
str getDateStr;
int n;
;
//now = System.DateTime::DaysInMonth(2000,6);
n = System.DateTime::DaysInMonth(2000,6);
// getDateStr = now.ToString();
// info("It is now : "+getDateStr);
info(strFmt("%1",n));
}
please try this and see the diffrence:
{
System.DateTime now;
str getDateStr;
int n;
;
//now = System.DateTime::DaysInMonth(2000,6);
n = System.DateTime::DaysInMonth(2000,6);
// getDateStr = now.ToString();
// info("It is now : "+getDateStr);
info(strFmt("%1",n));
}
please try this and see the diffrence:
you can get time and date time of today also thanks
ReplyDelete