Hi Przemek,

Has this been finalized already ?

Thanks,
Ed



Przemyslaw Czerpak-2 wrote:
> 
> Hi All,
> 
> I would like to ask VFP users to give me an information about some
> timestamp/datetime transformations in this language.
> I'm interesting in existing functions transform pictures, etc.
> I'm ready to commit timestamp support to HVM but I do not want
> to reinvent the wheel and create corresponding functions which
> will return different results then in other xbase languages.
> In longer terms such differences creates serious problems, f.e.
> when you try to share tables and indexes.
> xHarbour has set of functions to operate on timestamp values but
> I do not know if they exactly replicates VFP results. I'm interesting
> mostly on functions like:
>    TTOS()
>    TTOC()
>    CTOS()
>    CTOT()
>    <other functions which operates on timestamp/datetime values>
> f.e. what is the results of this code:
>    proc main()
>       ? TTOS( {^ 2009/03/31 11:34:56.123 PM } )
>       ? TTOC( {^ 2009/03/31 11:34:56.123 PM } )
>    return
> 
> I'm also interesting also in picture modifiers which are used for
> timestamp/datetime values in TRANSFORM() function and GET system.
> Of course if any exists.
> 
> If someone has some knowledge about timestamp/datetime type conversions
> in other xbase languages then I would like to hear about them too.
> 
> I hope that you can help. Otherwise I will have to make some arbitrary
> decisions myself.
> 
> best regards,
> Przemek
> _______________________________________________
> Harbour mailing list
> Harbour@harbour-project.org
> http://lists.harbour-project.org/mailman/listinfo/harbour
> 
> 

-- 
View this message in context: 
http://www.nabble.com/TIMESTAMP-DATETIME-conversions-tp22536898p22587668.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.

_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to