67. VFR 추가 입력 요소 Part 3: date & time
date 요소
date 요소date
varid = FormData.DateValue,
prompt = STRING_TOKEN(DATE_PROMPT),
help = STRING_TOKEN(DATE_HELP),
enddate;#string DATE_PROMPT #language en-US "Date prompt"
#string DATE_HELP #language en-US "Date help"typedef struct {
UINT16 Year;
UINT8 Month;
UINT8 Day;
} EFI_HII_DATE;
time 요소
time 요소Last updated
