摘要:找出以前的代码,写个随笔, 又想起以前的公司和以前的同事来, 希望以前的公司和同事事事顺意。//返回格式化的字符串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
浙公网安备 33010602011771号