| Glossary|Tips/Tricks|FREE App/VCL|Best'O'Net|Books|Link Back |
Delphi Programming RTL Reference|By Category|Alphabetically|By Unit
DateToStr |
unit |
| Sysutils | |
| category | |
| date/time routines |
| declaration |
| description |
The conversion uses the format specified by the ShortDateFormat global variable.
| example |
ShowMessage('Today is ' + DateToStr(Date));
|
| in real code |
| see also |
| Free Delphi code snippet inside every Delphi Newsletter! |
|
|
| Got some code to share? Got a question? Need some help? |
|
|

