Page 1 of 1

could u please tell me What is the Output?

Posted: Tue Nov 18, 2008 1:23 am
by sreenivas.786
If MonthFromDate(SVarReportDt) = 9 or MonthFromDate(SVarReportDt) = 10 or MonthFromDate(SVarReportDt) = 11 then
DateFromDaysSince(-1, StringToDate(SVarYear : "-" : SVarMonth : "-01") ) else
DateFromDaysSince(-1, StringToDate(SVarYear : "-" : "0" : SVarMonth : "-01") )

Posted: Tue Nov 18, 2008 1:43 am
by ray.wurlod
Welcome aboard. When you mark a thread as resolved at DSXchange it is customary to make a short post explaining how it was resolved. Please do so.