[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: sString = Date(hBlah) returns 11pm
[Thread Prev] | [Thread Next]
- Subject: Re: sString = Date(hBlah) returns 11pm
- From: Jussi Lahtinen <jussi.lahtinen@xxxxxxxxx>
- Date: Sat, 13 Apr 2024 04:13:37 +0300
- To: user@xxxxxxxxxxxxxxxxxxxxxx
> > If you know the format of the date sString gets and it doesn't change (ie > you're not changing locales) then you can also do: > > sString = Replace(str(Date(Now))," 00:00:00","") > > After that: Print sString > > will only print the date. > This does not work if the application is running on a laptop and you travel or you simply live in a country that uses daylight "saving" time. IE, no need to change locales to mess it up. Jussi
Re: sString = Date(hBlah) returns 11pm | Gianluigi <gradobag@xxxxxxxxxxx> |
sString = Date(hBlah) returns 11pm | Bruce Steers <bsteers4@xxxxxxxxx> |
Re: sString = Date(hBlah) returns 11pm | Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx> |
Re: sString = Date(hBlah) returns 11pm | Bruce Steers <bsteers4@xxxxxxxxx> |
Re: sString = Date(hBlah) returns 11pm | Dimitris Anogiatis <dosida@xxxxxxxxx> |