Hi All, I have a menu with data in the following format: FEB-07 APR-08 MAY-09 When one of this is selected, the data needs to be converted into the last working day of the particular month for the particular year on submit. I'm using the Application-Bus-Time-Add Process to calculate the last working day but the problem is that though I've entered 28/02/2007 in the holiday list of the the Business Time Holidays form, when I use the following command in the Set Fields $PROCESS$ @@:Application-Bus-Time-Add "$fieldname$" "19" "4" "Holidays" "Workdays" I get the result as 28/02/2007 which is incorrect.
There is a temp field that sets the date to 01/02/2007 when FEB-07 is selected. What am I doing wrong that the holiday is not considered and is displayed as the last working day. Thanks in advance. Thanks Shibu Samuel

