[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
sString = Date(hBlah) returns 11pm
[Thread Prev] | [Thread Next]
- Subject: sString = Date(hBlah) returns 11pm
- From: Bruce Steers <bsteers4@xxxxxxxxx>
- Date: Fri, 12 Apr 2024 21:52:39 +0100
- To: Gambas Mailing List <user@xxxxxxxxxxxxxxxxxxxxxx>
Not long ago using the following... Dim sString as String sString = Date(Now) Print sString Would print the date without the time i even mentioned it on the wiki https://gambaswiki.org/wiki/lang/date Now it is printing the date with the time added as 23:00:00 I have just re-installed my operating system. Did gambas change something or is this system dependent and I've changed something and my advice on the wiki is wrong? Respects BruceS
Re: sString = Date(hBlah) returns 11pm | Jussi Lahtinen <jussi.lahtinen@xxxxxxxxx> |
Re: sString = Date(hBlah) returns 11pm | Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx> |