[ First ]  [ Previous ]  [ Next ]  [ Last ]  [ Manuals ]


_strdate

The strdate function stores a date in a buffer provided.

Compatibility:

This function is compatible with the following targets:

ANSI
BeOS
EMB/RTOS

Mac OS

Palm OS

Win32


Prototype:
#include <time.h>
char *_strdate(char *str);
Parameters:

Parameters for this function are:

str  
char *  
A char string to store the date  

Return:

The function returns a pointer to the str argument

Remarks:

This function stores a date in the buffer in the string format of mm/dd/yy where the buffer must be at least 9 characters.

See Also:

"strftime"


[ First ]  [ Previous ]  [ Next ]  [ Last ]  [ Manuals ]

Visit the Metrowerks website at: http://www.metrowerks.com
For assistance contact Metrowerks Technical Support at: cw_support@metrowerks.com
Copyright © 2000, Metrowerks Corp. All rights reserved.

Last updated: August 16, 2000