[fpc-pascal] Ho to convert a special format of datetime?

luciano de souza luchyanus at gmail.com
Thu Dec 13 23:22:39 CET 2018


Marco, Sílvio, thank you both. Since a ready function is available, I
used RF3339ToDatetime. I received lots of warnings about a possible
lost of data due to a string conversion from widestring to ansistring.
However, dispite the warnings, the result was perfect.
I didn't know scandatetime. Freepascal always present to us some
pleasant surprisses.

2018-12-13 18:07 GMT-02:00, luciano de souza <luchyanus at gmail.com>:
> Hello all,
> I'd like to convert this date "2017-01-11T17:47:22.2912317-02:00" to
> TDatetime.
> It seems probably it exists in Freepascal, but I don't know.
> So, I ask, how to suply a date in this format and get a TDatetime?
> I found it in a XPDL file representing a flowchart and I don't know
> how to do it easily.
> I thank you for any help.
> Best Regards,
>
> --
> Luciano de Souza
>


-- 
Luciano de Souza



More information about the fpc-pascal mailing list