张志峰的博客

水滴石川,积少成多。

导航

随笔分类 -  Delphi Format格式化字符串

摘要:找出以前的代码,写个随笔, 又想起以前的公司和以前的同事来, 希望以前的公司和同事事事顺意。//返回格式化的字符串function TfrmLedgerExVoucherLoad.GetFormatMonth(Month: Integer): string;begin if Month < 10 then Result := format('%.2d', [Month]) else Result := IntToStr(Month);end;{----------------------------------------------------------------- 阅读全文

posted @ 2013-11-25 15:58 ╰★张志峰★╮ 阅读(572) 评论(0) 推荐(0)