• Hugo Kornelis (9/1/2010)


    ...

    I don't really see the hard-coded string as a problem. The only requirement is that you use the same date twice, it doesn't matter what date you choose. There is no risk of overflow, as there are way more integers in the int domain, then days in the datetime domain.

    You're right Hugo. I guess we have 2 ways to get the same results without the integer addition.

    But one way is a little more concise with a little less hard-coding. 😉