Вниз
Скачать: CL | DM;

just a little bug v2.10   Найти похожие ветки 

 
ebta   (2005-08-28 02:34) [0]

I fail when convert Str to datetime using Str2DateTimeFmt
ex. Str2DateTimeFmt("HH:mm","18:23") result is 00:00

I found in the SystemTime2DateTime function
when i change wMonth >= 0 and wDay >= 0 (or remove it, just like in v2.00), its works fine.

thanks for great components.


 
Vladimir Kladov   (2005-08-28 20:37) [1]

Thnk youin 2.11 will fix to
 if {(wYear >= 0) !always true! and} (wYear <= 9999) and
   {(wMonth >= 1) and !otherwise can not convert time only!}
   (wMonth <= 12) and
   {(wDay >= 1) and !otherwise can not convert time only!}
   (wDay <= DayTable^[wMonth]) and                                      //
   (wHour < 24) and (wMinute < 60) and (wSecond < 60) and (wMilliSeconds < 1000) then   //
and now with comments why these checks should not be there...



Страницы: 1 вся ветка

Скачать: CL | DM;



Память: 0.44 MB
Время: -0.94 c
15-1143623335
_RusLAN
2006-03-29 13:08
2006.04.23
Посоветуйте программу для рисования структуры БД (уже готовой БД)


6-1136916833
vladik
2006-01-10 21:13
2006.04.23
FTP на базе сокетов


2-1144059818
Khim
2006-04-03 14:23
2006.04.23
TActionMainMenuBar


4-1138725955
Matrex
2006-01-31 19:45
2006.04.23
Handle и PID


2-1144662432
Volodya_
2006-04-10 13:47
2006.04.23
com port




   Наверх