Oct 3, 2007 #1 SHAWTY721 Programmer Aug 16, 2007 116 US I am trying to figure out how to find the number of days in the current month. I was wondering if there any functions that could do this.
I am trying to figure out how to find the number of days in the current month. I was wondering if there any functions that could do this.
Oct 3, 2007 1 #2 JerryKlmns IS-IT--Management Feb 7, 2005 2,062 GR You could build one: Code: Day(DateSerial(Year(Date()),Month(Date())+1,0)) Upvote 0 Downvote
Oct 6, 2007 1 #3 RuralGuy Technical User Jun 27, 2002 446 US Jerry is correct and here's a neat URL to bookmark: http://www.pacificdb.com.au/MVP/Code/Dates.htm HTH RuralGuy (RG for short) acXP winXP Pro Please respond to this forum so all may benefit Upvote 0 Downvote
Jerry is correct and here's a neat URL to bookmark: http://www.pacificdb.com.au/MVP/Code/Dates.htm HTH RuralGuy (RG for short) acXP winXP Pro Please respond to this forum so all may benefit
Oct 8, 2007 Thread starter #4 SHAWTY721 Programmer Aug 16, 2007 116 US Thanks, JerryKlmns and RuralGuy for the help. Upvote 0 Downvote