The Mozilla
Organization
Our Mission
Who We Are
Getting Involved
Community
Editorials
What's New
Development
Module Owners
Blue Sky
Projects
Source Code
Getting It
Documentation
License Terms
Bugs
Search
Feedback


PUBLIC const char* INTL_ctime ( MWContext *context, time_t *date )

Locale sensitive version of ANSI C ctime()

Documentation

Locale sensitive version of ANSI C ctime(). This routine converts the specified date/time into a string using the platform's date/time formatting support. The returned string is similar to that returned by the ctime function, except that the locale is respected. The locale is controlled by the platform through a control panel or the LC_TIME environment variable.
Returns:
the formatted date/time string in ctime style.
Parameters:
context - Specifies the context to access charset information
date - Specifies the date/time
See Also:
XP_StrfTime

alphabetic index hierarchy of classes


Copyright © 1998 Netscape Communications Corporation

generated by doc++



Copyright © 1998 Netscape Communications Corporation.