Internet Direct (Indy)
Home
PreviousUpNext
monthnames Constant

Represents an array of short month names.

Pascal
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.

DateTimeToInternetStr 

GetInternetFormattedFileTimeStamp

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.