RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
HTTPApp.MonthStr Function

Converts a TDateTime into a string representing the month.

Pascal
function MonthStr(DateTime: TDateTime): string;
C++
AnsiString MonthStr(TDateTime DateTime);

HTTPApp

HTTP message headers permit several formats for the representation of date and time values. MonthStr converts a TDateTime into a string representing the month. MonthStr allows server applications to work with date values taken from HTTP request messages, without worrying about the details of how they are formatted. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!