Opened 7 years ago
Closed 7 years ago
#13529 closed bug (fixed)
[PATCH] Handle the UDAT_DAY_OF_WEEK_FIELD case in BDateFormat::GetFields().
Reported by: | akshay | Owned by: | pulkomandy |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Kits/Locale Kit | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Handle the UDAT_DAY_OF_WEEK_FIELD case and assign the corresponding BDateElement object i.e B_DATE_ELEMENT_WEEKDAY to the fields array at the appropriate offset.
Currently for the 'Day Of Week' field it gives the field type as B_DATE_ELEMENT_INVALID.
Attachments (1)
Change History (4)
by , 7 years ago
Attachment: | 0001-Handle-the-UDAT_DAY_OF_WEEK_FIELD-case-in-BDateForma.patch added |
---|
comment:1 by , 7 years ago
patch: | 0 → 1 |
---|
comment:2 by , 7 years ago
Note:
See TracTickets
for help on using tickets.
Patch looks good to me.