gpt4 book ai didi

delphi - 如何在 Delphi 中格式化 Unix 时间戳?

转载 作者:行者123 更新时间:2023-12-03 14:37:56 24 4
gpt4 key购买 nike

我有

var timestamp: Longint;  
timestamp := Round((Now() - 25569.0 {Unix start date in Delphi terms} ) * 86400);

我在一些 MySql 中使用它作为主键。

但我还想格式化日期/时间,例如 PHP's date() function确实如此。

有人有代码片段或网址吗?

最佳答案

您正在寻找

function DateTimeToUnix(const AValue: TDateTime): Int64;

function UnixToDateTime(const AValue: Int64): TDateTime;

来自 DateUtils.pas 的函数

TDateTime 值可以通过 FormatDateTime 进行格式化功能

关于delphi - 如何在 Delphi 中格式化 Unix 时间戳?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4420188/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com