Members

Technology Zones

Articles

Hosted By

MaximumASP

Info

joki Profile

photo joki (joki)
25 May 2006
Germany


Contact memberContact this Member Edit ProfileEdit my profile

This user has contributed 0 articles, 1 code samples and posted 0 messages in our discussion forums.

Technology Interests

      Code Samples

    • Calculate the difference between two dates, ignoring weekends

      by joki

      This code allows calculating with dates as if there were no weekends. To achieve this, days are numbered from Monday, 29 December 1969 without any intervening weekends (that is, five days per week). One purpose is to calculate the number of working days in a month, ignoring further public and bank holidays.. Read full article