Hi Przemek,

> Now I would like to ask your proposition for letter used to mark
> milliseconds in _SET_TIME format. xHarbour use 'c', f.e.:
>   hh:mm:ss.ccc
> I used 'f':
>   hh:mm:ss.fff


I trust you that .fff is the better choice, 'c' seems to be used
for other purposes in other languages, 'f' seems less overloaded.
'u' is used in PHP, in other systems I've seen 'S' (but that's
not good for us). So for me fff is good.

The next question is about default some modifiers for transform
> function, f.e. to show only time part without date when timestamp
> value is formatted. I haven't found any information about such modifiers
> in ADS or VFP.
> Do you have any propositions?


'T' seems like a logical choice and it isn't even used as picture
char AFACS.

Brgds,
Viktor
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to