Hi to All,
there's a way to store, in datetimes datatype, also the seconds ?
I need to work the time with the seconds.
For exmple, if the datetime is 11/11/2020 11:05:35 the datetimes is stored as 11/11/2020 11:05
In procedure SetDateTimes there's
Cells[ACol,ARow] := FormatDateTime(ShortDateFormat + ' ' + ShortTimeFormat,Value)
I think in the options (if i do not miss it) there's onother one with the possibility to take care, even, of the seconds.
Thank's for attention
Regards
Daniele