Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
var MyDate:TDate; MyDate:=Date;
ローカルのmyDateを自分の形式に変換するにはどうすればよいですか:2011年12月31日?
RecodeDate?
RecodeDate
ありがとう!!!
FormatDateTimeあなたがこれを試すあなたの場合の機能をチェックしてください
FormatDateTime
FormatDateTime('dd/mm/yyyy',MyDate);