Implement functions to get localized long/short dayofweek name and short month name in BDateFormat.
Signed-off-by: Adrien Destugues <[email protected]>
This commit is contained in:
committed by
Adrien Destugues
parent
f2c460497c
commit
bb3ad41ada
@@ -71,7 +71,10 @@ public:
|
||||
) const;
|
||||
|
||||
status_t GetStartOfWeek(BWeekday* weekday) const;
|
||||
status_t GetMonthName(int month, BString& outName);
|
||||
status_t GetMonthName(int month, BString& outName,
|
||||
const BDateFormatStyle style) const;
|
||||
status_t GetDayName(int day, BString& outName,
|
||||
const BDateFormatStyle style) const;
|
||||
|
||||
// parsing
|
||||
|
||||
|
||||
Reference in New Issue
Block a user