JVCL Help:TJvTFDays.DateFormat

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Sets the (display) date format used by the control.


Pascal

 propertyDateFormat: string;


Description

The DateFormat property allows you to specify how dates should be displayed in the control. Internally JTF uses Delphi's FormatDateTime method along with the format strings specified here and in the TimeFormat property to display dates and times. Please refer to the FormatDateTime method for more information on the content of the format string. This is a protected property which can be surfaced by controls derived from TJvTFControl. It may not be available to all TJvTFControls.


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page