DisplayFormat在Dbgrid中如何显示Short字段类型的数据为时间格式,如将12显示为12:00(50分)

  • 主题发起人 主题发起人 jw
  • 开始时间 开始时间
procedure TForm1.FormCreate(Sender: TObject);
begin
ShorttimeFormat:=<b>'hh:nn'</b>;
end;

end.
 
我理解没错的话
displayformat := '##:00';
 
to iie:
我来晚了,你的答案不正确,不信你试一下就知道了?
 
是不行,因为0也是格式符
看来只有写代码了
 
谁能告诉我DELPHI5企业版的下网址,只要链接正确立即给分?
 
http://soft.cs.uestc.edu.cn/dl.php/292/delphi5.zip
 
http://soft.cs.uestc.edu.cn/dl.php/292/delphi5.zip
无法链接上去,快来拿分吧!
 
http://soft.cs.uestc.edu.cn/dl.php/292/delphi5.zip
无法链接上去,快来拿分吧!
 
http://soft.cs.uestc.edu.cn/dl.php/292/delphi5.zip
无法链接上去,快来拿分吧!
 
shorttimeformat:='hh:mm';
 
TTimeField(yourDataSet.FieldByName('shijian')).DisplayFormat:='hh:mm';

D5企业版,现在就去吧:
http://202.114.98.14/~masterall/
 
此地址不能链接上去.
 
多人接受答案了。
 

Similar threads

S
回复
0
查看
1K
SUNSTONE的Delphi笔记
S
D
回复
0
查看
930
DelphiTeacher的专栏
D
S
回复
0
查看
900
SUNSTONE的Delphi笔记
S
D
回复
0
查看
871
DelphiTeacher的专栏
D
后退
顶部