cjbrown815
IS-IT--Management
Hello,
I have a formula that shows 1.4 MOS (MONTHS). Is ther a way to get the actual month and number of days? thanks
datetimevar d1:={SAMPLE.DATE3};
datetimevar d2:={SAMPLE.DATE1};
totext(Datediff("n",d2,d1)/60 /24 /30,1,"") & " MOS"
-CJ
SQL2005// CRXIr2// XP Pro
"Progress lies not in enhancing what is, but in advancing toward what will be"
-KHALIL GIBRAN 1883-1931
I have a formula that shows 1.4 MOS (MONTHS). Is ther a way to get the actual month and number of days? thanks
datetimevar d1:={SAMPLE.DATE3};
datetimevar d2:={SAMPLE.DATE1};
totext(Datediff("n",d2,d1)/60 /24 /30,1,"") & " MOS"
-CJ
SQL2005// CRXIr2// XP Pro
"Progress lies not in enhancing what is, but in advancing toward what will be"
-KHALIL GIBRAN 1883-1931