LabWindows/CVI

Table of Contents
  • LabWindows/CVI Fundamentals
  • Creating Applications
  • Distributing Applications
  • Library Reference
  • Programmer Reference
  • Hardware Information

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

Log in to get a better experience