[fpc-pascal] DefaultFormatSettings usage
silvioprog
silvioprog at gmail.com
Wed Feb 5 03:12:22 CET 2014
2014-02-04 Marco van de Voort <marcov at stack.nl>:
> In our previous episode, silvioprog said:
> > Worked with:
> >
> > var
> > t: TDateTime;
> > begin
> > t := StrToDateTime('2013-02-04 11:39:54');
> > end;
> >
> > sorry, I forgot to use the function StrToDateTime. :S
>
> Or use
>
> http://www.freepascal.org/docs-html/rtl/dateutils/scandatetime.html
Very nice option, I did not know this function. It would be better (or
fast) that the SysUtils date funcs? For example, in my new units, would be
better to use ScanDateTime instead of StrToDateTime?
Thx Marco! :)
--
Silvio Clécio
My public projects - github.com/silvioprog
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20140205/099b1520/attachment.html>
More information about the fpc-pascal
mailing list