Recent content by mobidv

  1. M

    Question List working days between two dates

    I've looked at the link you gave and it doesn't show code to list the days it only shows the cod to work out the number of days between two dates which I already know how to do. The way I did this in php was to setup a separate table with the dates of the year and a value to show whether they...
  2. M

    Question List working days between two dates

    Thanks for your reply. I will have a look at the link. Also, the field your referring to isn't calculated from source data, it's part of my table and the value is worked out on a php webpage before the user submits the form.
  3. M

    Question List working days between two dates

    Hi, I have a table with these fields in: Name FirstDay - A Date LastDay - A Date WorkingDaysBetween - Number of working days between first and last day. What I would like to know is how to show all working days between the first day and the last day. Is this possible? Thanks,
Back
Top Bottom