Represents an array of short month names.
monthnames: array[1..12] of string = ('Jan', 'Feb', 'Mar', 'Apr', 'May' , 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec');
monthnames is a constant array that contains string values representing the 3-character abbreviated names for the months of the year. monthnames is used in functions like DateTimeToInternetStr and GetInternetFormattedFileTimeStamp.
GetInternetFormattedFileTimeStamp
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|