datediff

  1. A

    Question Date Problem

    Hi, I want biweekly start date and biweekly end date. For Example: If i select date from datepicker 12/14/2009 and week start day is monday then start date should be 11/30/2009 And End Date should be 12/13/2009. And if i select date from datepicker 12/15/2009 and week start day is monday...
  2. P

    Question DateDiff and Problems with FirstDayOfWeek

    Hi, I am writing some code that is trying to determine how far through a season we are in a game we play. For example: 13/11/2009 = week 1 20/11/2009 = week 2 The code below, sort of works: Dim currentWeek As Long Dim totalWeeks As Long 'We add 1 here as the datediff doesn't take into...
Back
Top