<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">2014-02-04 waldo kitty <span dir="ltr"><<a href="mailto:wkitty42@windstream.net" target="_blank">wkitty42@windstream.net</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

<div class="im">On 2/4/2014 8:54 AM, silvioprog wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
   t := StrToDate('2013-02-04 11:39:54'); // to format yyyy-mm-dd hh:nn:ss<br>
</blockquote>
<br></div>
the above is StrToDate but you are also sending the time... you would see similar if you were sending the above string to StrToTime...<br>
<br>
StrToDate only accepts date formats as StrToTime only accepts time formats...<br>
<br>
if you want to send both, you have to use StrToDateTime ;)<span class=""><font color="#888888"><br>
<br>
-- <br>
NOTE: No off-list assistance is given without prior approval.<br>
      Please keep mailing list traffic on the list unless<br>
      private contact is specifically requested and granted.</font></span></blockquote></div><div><br></div><div>Yes yes, after I saw that in typing fast, I forgot to use StrToDateTime.<br></div><div><br></div>-- <br>Silvio Clécio<br>

My public projects - <a href="http://github.com/silvioprog" target="_blank">github.com/silvioprog</a>
</div></div>