Patch include:
1. Browser not support suppress attribute for date/time opcode, not enable this attribute. 2. Show year field in %04d format, old format is %4d. 3. Add sample to use the suppress attribute. Signed-off-by: ydong10 Reviewed-by: lgao4 git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12722 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -616,7 +616,7 @@ formset
|
||||
varid = MyIfrNVData.Time,
|
||||
prompt = STRING_TOKEN(STR_TIME_PROMPT),
|
||||
help = STRING_TOKEN(STR_TIME_PROMPT),
|
||||
flags = STORAGE_NORMAL,
|
||||
flags = STORAGE_NORMAL | SECOND_SUPPRESS,
|
||||
default = 15:33:33,
|
||||
endtime;
|
||||
|
||||
|
Reference in New Issue
Block a user