#include <grass/gis.h>#include <time.h>

Go to the source code of this file.
Functions | |
| char * | G_date () |
| current date and time | |
| char* G_date | ( | ) |
current date and time
Returns a pointer to a string which is the current date and time. The format is the same as that produced by the UNIX date command.
| ~ |
Definition at line 27 of file date.c.
Referenced by G_short_history().
1.5.5