起步软件技术论坛-X3

 找回密码
 立即注册
搜索
查看: 294|回复: 2

【搞定】[请求]如何取当前月**

[复制链接]
发表于 2007-3-19 13:34:51 | 显示全部楼层 |阅读模式
用代码如何实现取当前月份 年份
回复

使用道具 举报

发表于 2007-3-19 13:39:36 | 显示全部楼层
请以“monthof”和“yearof”搜索
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-3-19 13:51:58 | 显示全部楼层
搞定了 谢谢
var
  date:TDate;
  year,month :TDatetime;
begin
    date:=business.Data.SysSrv.SysService.Time;
year:=Business.System.DateUtils.YearOf(date);
    month:=Business.System.DateUtils.MonthOf(date);
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|手机版|Justep Inc.

GMT+8, 2024-12-26 22:18 , Processed in 0.038071 second(s), 15 queries .

Powered by Discuz! X3.4

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表