function Month_Day(i_year, i_month)
      dim now_first_date            : now_first_date = i_year &"-"& RIGHT("0"& i_month,2) &"-01"
      dim next_first_date            : next_first_date = DateAdd("m",1,now_first_date)
      dim now_last_date            : now_last_date = DateAdd("d",-1,next_first_date)
      dim now_month_days            : now_month_days = Day(now_last_date)
      Month_Day = now_month_days
end function
크리에이티브 커먼즈 라이센스
Creative Commons License
이 글의 관련글

Posted by web20korea

2007/12/07 17:33 2007/12/07 17:33

Trackback URL : http://web20korea.com/trackback/39

Leave a comment
[로그인][오픈아이디란?]
« Previous : 1 : ... 170 : 171 : 172 : 173 : 174 : 175 : 176 : 177 : 178 : ... 212 : Next »

블로그 이미지

web20korea's

- web20korea

Site Stats

Total hits:
53570
Today:
98
Yesterday:
213