#include <zakdef.h>
#include <time.h>
Go to the source code of this file.
Functions | |
| char * | getMonthString (UInt16 month, Char *string, UInt16 length) |
| Function to return the character string for a month (short). | |
Definition in file pglobals.c.
|
||||||||||||||||
|
Function to return the character string for a month (short). Uses strftime to get the brief month name for a specific month.
Definition at line 18 of file pglobals.c. Referenced by getDate(). |
1.2.18