Admin Production ni-theme
Current Publication

DateStr

LabWindows/CVI

DateStr

char *DateStr (void);

Purpose

Returns a 10-character string in the form MM-DD-YYYY, where MM is the month, DD is the day, and YYYY is the year.

Parameters

None.

Return Value

Name Type Description
date char * A 10-character string in the form MM-DD-YYYY, where MM is the month, DD is the day, and YYYY is the year.

The string returned is a pointer to an internal buffer. Do not free this string.

Additional Information

Library: Utility Library

Include file: utility.h

LabWindows/CVI compatibility: LabWindows/CVI 3.0 and later