URL: http://www.firstbasesoftware.com/man/man3/simpledate.htm
Last modified: 12 September 1995
Copyright © by FirstBase Software.
[ Index of Contents] [ FirstBase RDBMS Overview]


NAME

simpledate - return a simple FirstBase date or time string

SYNOPSIS

char *fb_simpledate(s, format)
char *s;
int format;

DESCRIPTION

Fb_simpledate is a simple routine in the FirstBase library used to return the current time or date as a string suitable for storage into a FirstBase field.

The format variable controls the returned string: 0 = time as HH:MM ; 1 = date as MMDDYY ; and 2 = military time as HH:MM:SS.

In each case, the string is returned in s.


URL: http://www.firstbasesoftware.com/man/man3/simpledate.htm
Last modified: 12 September 1995
Copyright © by FirstBase Software.
[ Index of Contents] [ FirstBase RDBMS Overview]