Use B_FULL_DATE_FORMAT as the default style value.
Signed-off-by: Jessica Hamilton <[email protected]>
This commit is contained in:
committed by
Jessica Hamilton
parent
62abb67d6e
commit
ec3dbaa13f
@@ -72,9 +72,11 @@ public:
|
||||
|
||||
status_t GetStartOfWeek(BWeekday* weekday) const;
|
||||
status_t GetMonthName(int month, BString& outName,
|
||||
const BDateFormatStyle style) const;
|
||||
const BDateFormatStyle style
|
||||
= B_FULL_DATE_FORMAT) const;
|
||||
status_t GetDayName(int day, BString& outName,
|
||||
const BDateFormatStyle style) const;
|
||||
const BDateFormatStyle style
|
||||
= B_FULL_DATE_FORMAT) const;
|
||||
|
||||
// parsing
|
||||
|
||||
|
||||
Reference in New Issue
Block a user