<div dir="ltr"><div dir="ltr"><div dir="ltr"><br><br><div class="gmail_quote"><div dir="ltr">Il giorno lun 10 dic 2018 alle ore 11:36 Rolf-Werner Eilert <<a href="mailto:rwe-sse@osnanet.de">rwe-sse@osnanet.de</a>> ha scritto:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Am 06.12.18 um 22:48 schrieb Benoît Minisini:<br>
> Le 06/12/2018 à 18:59, Gianluigi a écrit :<br>
>> You nust not have to mix the functions that locate (Date, Str, Val) <br>
>> with those that do not locate (CDate, CString).<br>
>> "Date" takes away the time part.<br>
>><br>
> <br>
> Or, if it's clearer for you Rolf, Date() moves the date to midnight in <br>
> your timezone.<br>
> <br>
<br>
Yes, that means the time part remains in the string and is not cut away <br>
- as the help text suggests and as it used to be before.<br>
<br>
Though I would consider this to be logical:<br>
<br>
Day(Now) =  only the calendar day (as integer)<br>
Year(Now) = only the year (as integer)<br>
Date(Now) = only the date part<br>
Time(Now) = only the time part<br>
<br>
But anyway, I've adapted my program to it, so there's no more problem <br>
right now. I'd only suggest someone adapts the help text to avoid confusion.<br>
<br>
Regards<br>
Rolf<br></blockquote><div><br></div><div>With the dates it's easy to get confused, I think everyone happens, it happens to me often.<br>It is important to remember that when we use Print, Debug but I also think of the Text property, Gambas creates a local conversion of type string (Str$) [0]<br></div><div><br></div><div>Regards</div><div>Gianluigi</div><div><br></div><div>[0] <a href="http://gambaswiki.org/wiki/lang/debug">http://gambaswiki.org/wiki/lang/debug</a><br></div></div></div></div></div>