2013年1月29日

delphi日期的使用

摘要: delphi中日期的函数大部分都在DateUtil中。1、获取当年当月当周的第一天和最后一天 函数uses DateUtils;function StartOfTheYear(const AValue: TDateTime): TDateTime; //获取当年的第一天function EndOfTheYear(const AValue: TDateTime): TDateTime;function StartOfAYear(const AYear: Word): TDateTime;function EndOfAYear(const AYear: Word): TDateTime;funct 阅读全文

posted @ 2013-01-29 20:42 为学日损 阅读(360) 评论(0) 推荐(0)

导航