Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2007.02.04;
Скачать: CL | DM;

Вниз

Преобразование типов(время в строку) в KOL_MCK   Найти похожие ветки 

 
igorek_2005   (2006-05-13 08:16) [0]

Уважаемые Мастера возник вопрос по KOL_MCK, мне нужно перевести время в строчный тип. в VCL я это делал так TimeToStr(Time). Но в KOL это не работает а в функциях я не нашел аналога этой функции, подскажите как это сделать.


 
Thaddy   (2006-05-13 10:03) [1]

<quote>
function Date2StrFmt( const Fmt: String; D: TDateTime ): String;
{* Represents date as a string correspondently to Fmt formatting string.
  See possible pictures in definition of the function Str2DateTimeFmt
  (the first part). If Fmt string is empty, default system date format
  for short date string used. }
function Time2StrFmt( const Fmt: String; D: TDateTime ): String;
{* Represents time as a string correspondently to Fmt formatting string.
  See possible pictures in definition of the function Str2DateTimeFmt
  (the second part). If Fmt string is empty, default system time format
  for short date string used. }
function DateTime2StrShort( D: TDateTime ): String;
{* Formats date and time to string in short date format using current user
  locale. }
</quote>


 
igorek_2005   (2006-05-14 14:20) [2]

Большое спасибо, сейчас попробую!



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

Текущий архив: 2007.02.04;
Скачать: CL | DM;

Наверх




Память: 0.47 MB
Время: 1.854 c
3-1162972185
igor666
2006-11-08 10:49
2007.02.04
Проблема с ADOQuery


2-1169234347
serko
2007-01-19 22:19
2007.02.04
Посоветуйте...


2-1168961921
Галинка
2007-01-16 18:38
2007.02.04
Несколько ComboBox, ссылающихся на одну и ту же таблицу


15-1168621719
AntiUser
2007-01-12 20:08
2007.02.04
Обход ограничений безопасности в FreeBSD


2-1169122651
dr_craigan
2007-01-18 15:17
2007.02.04
Как отнаследовать Transparent в TMainMenu?