Converts a TDateTime into a string representing the month.
function MonthStr(DateTime: TDateTime): string;
AnsiString MonthStr(TDateTime DateTime);
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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|