The Mozilla
Organization
At A Glance
Feedback
Get Involved
Newsgroups
License Terms
Newsbot
Developer Docs
Roadmap
Projects
Ports
Module Owners
Hacking
Get the Source
Build It
Testing
Download
Bugzilla
Bug Writing
Tools
View Source
Tree Status
New Checkins
Submit A Bug
FAQ
Search

PUBLIC size_t XP_StrfTime ( MWContext *context, char *result, size_t maxsize, int format, const struct tm *timeptr )

Format date/time string

Documentation

Format date/time string. This routine takes a context as argument and figures out what charset the context is in. Then it formats the specified time into a string using the platform's date/time formatting support. The locale is controlled by the platform through a control panel or the LC_TIME environment variable.
Returns:
the size of the formatted date/time string.
Parameters:
context - Specifies the context to access charset information
result - Returns the formatted date/time string
maxsize - Specifies the size of the result buffer
format - Specifies the desired format
timeptr - Specifies the date/time
See Also:
INTL_ctime

alphabetic index hierarchy of classes


Copyright © 1998 Netscape Communications Corporation

generated by doc++

Copyright © 1998-1999 The Mozilla Organization.
Last modified April 17, 1998.