À©µµ¿ì ÇÁ·Î±×·¡¹Ö ÀÚ·á

HomePage Backward Forward Post Reply List
Delete Modify
  Á¦¸ñ   ½Ã°£°ú ¿äÀÏ ¾ò±â 1998/04/28 (11:21)
À̸§ ±èÈ¿¿ø
¹øÈ£ 12
Á¶È¸ 332
º»¹® CTime t=CTime::GetCurrentTime();

CTime::GetYear (int)
      GetMonth (1-12)
      GetDay (1-31)
      GetHour (0-23)
      GetMinute (0-59)
      GetSecond (0-59)
      GetDayofWeek (Sunday -1)

CTime::Format
      %D : total days
      %H : Hour
      %M : Minute
      %S : Second

CStrint st=t.Format("%H½Ã");
 %A : ¿äÀÏ (wednesday)
 %B : ´Þ (December)
 %Y : ³â (1997)
 %d : ÀÏ (03)
 %a : ¿äÀÏ (Wed)
 %b : ´Þ (Dec)
 %y : ³â (97)

HomePage Backward Forward Post Reply List
1998 by swindler