delphi 判断给定日期的天数,给定日期距离月初的天数,给定日期距离月末的天数
摘要:
uses dateutils; //判断给定日期当月的天数 label1.caption := inttostr(DaysInAMonth(yearof(StrToDate(Trim(Edit_riqi.Text))),monthof(StrToDate(Trim(Edit_riqi.Text))) 阅读全文
posted @ 2017-04-15 18:28 那里的天空 阅读(1059) 评论(0) 推荐(0) 编辑