Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Delphi-News aus aller Welt (https://www.delphipraxis.net/58-delphi-news-aus-aller-welt/)
-   -   Delphi: get timestamp as ISO8601 string for use in filenames (https://www.delphipraxis.net/205827-delphi-get-timestamp-iso8601-string-use-filenames.html)

DP News-Robot 21. Okt 2020 07:10

Delphi: get timestamp as ISO8601 string for use in filenames
 
On Windows, filenames do not like some characters (including :*and +), so this is a quick way to get a timestamp into ISO8601 format that is compatible with filenames. TimeStamp := Now(); StartIso8601String := DateToISO8601(TimeStamp, False).Replace('-', '').Replace(':', '') // https://en.wikipedia.org/wiki/ISO_86...ne_designators It Depends on the [WayBack]*System.DateUtils unit which had the [WayBack]*DateToISO8601*function [Archive.is]*added in Delphi XE6. A […]

Weiterlesen...


Alle Zeitangaben in WEZ +1. Es ist jetzt 10:57 Uhr.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz