* Add FormatDateTime function to BLocale
* Use the function to localize the date/time in tracker. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37949 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -39,10 +39,10 @@ public:
|
||||
void FormatString(char* target, size_t maxSize,
|
||||
char* fmt, ...);
|
||||
void FormatString(BString* buffer, char* fmt, ...);
|
||||
void FormatDateTime(char* target, size_t maxSize,
|
||||
const char* fmt, time_t value);
|
||||
void FormatDateTime(BString* buffer, const char* fmt,
|
||||
time_t value);
|
||||
status_t FormatDateTime(char* target, size_t maxSize,
|
||||
time_t time, bool longFormat);
|
||||
status_t FormatDateTime(BString* buffer, time_t time,
|
||||
bool longFormat);
|
||||
|
||||
// Date
|
||||
|
||||
|
||||
Reference in New Issue
Block a user