Autor Beitrag
foxy
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starhalf ontopic star
Beiträge: 814

Ubuntu, Gentoo
C++, PHP, Java, Ruby, Perl (Eclipse)
BeitragVerfasst: Mi 12.02.03 13:04 
Guden all

wie kann ich die CurrentSystemzeit in einem Str rausfinden ???

ändern weis ich aber rausfinden??
abfragen, kann man die nich so

_________________
"Only wimps use tape backup: real men just upload their important stuff on ftp, and let the rest of the world mirror it." (Linus Torvalds)
OperatingSystem Laptop (Ubuntu Hardy)
AXMD
ontopic starontopic starontopic starontopic starontopic starontopic starofftopic starofftopic star
Beiträge: 4006
Erhaltene Danke: 7

Windows 10 64 bit
C# (Visual Studio 2019 Express)
BeitragVerfasst: Mi 12.02.03 13:08 
Hi,

wie wärs denn mit

ausblenden Quelltext
1:
ShowMessage(DatetoStr(now));					


:wink: ?

AXMD
foxy Threadstarter
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starhalf ontopic star
Beiträge: 814

Ubuntu, Gentoo
C++, PHP, Java, Ruby, Perl (Eclipse)
BeitragVerfasst: Mi 12.02.03 13:10 
hmmm ja now... muss ich doch klarieren ... also TDatetime??? :D

dann .... stimmt ich versuchs ma ;)

ja lol der gibt mir dann das datum aus ... nich die zeit .... und ich glaube noch nich ma das richtige datum :D 20.12.1899 ??? :rofl:

_________________
"Only wimps use tape backup: real men just upload their important stuff on ftp, and let the rest of the world mirror it." (Linus Torvalds)
OperatingSystem Laptop (Ubuntu Hardy)
Luckie
Ehemaliges Mitglied
Erhaltene Danke: 1



BeitragVerfasst: Mi 12.02.03 13:17 
ausblenden Quelltext
1:
ShowMessage(DateTimeToStr(now));					
foxy Threadstarter
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starhalf ontopic star
Beiträge: 814

Ubuntu, Gentoo
C++, PHP, Java, Ruby, Perl (Eclipse)
BeitragVerfasst: Mi 12.02.03 13:24 
ja das gibt nur das datum aus nicht die zeit :/ .....

_________________
"Only wimps use tape backup: real men just upload their important stuff on ftp, and let the rest of the world mirror it." (Linus Torvalds)
OperatingSystem Laptop (Ubuntu Hardy)
foxy Threadstarter
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starhalf ontopic star
Beiträge: 814

Ubuntu, Gentoo
C++, PHP, Java, Ruby, Perl (Eclipse)
BeitragVerfasst: Mi 12.02.03 13:33 
ich habse :think:


ausblenden Quelltext
1:
FormatDateTime('hh:mm:ss', Now)					

_________________
"Only wimps use tape backup: real men just upload their important stuff on ftp, and let the rest of the world mirror it." (Linus Torvalds)
OperatingSystem Laptop (Ubuntu Hardy)
Luckie
Ehemaliges Mitglied
Erhaltene Danke: 1



BeitragVerfasst: Mi 12.02.03 13:40 
foxy hat folgendes geschrieben:
ja das gibt nur das datum aus nicht die zeit :/ .....

Was? Meins gibt dir beides aus. Und wenn du TimeToStr(now) nimmst bekommst du nur die Zeit.