DateFormat

Name

DateFormat -- defines date format

search.htm

Synopsis

DateFormat {format}

Description

DateFormat defines the format of dates in the property Last-Modified returned by the methods RESULT::document_property(), RESULT::document_property(), DOCUMENT::document_property().

The format string can have conversion specifications similar to those used in the strftime C function. Some of the available conversion specifications are as follows:

%M - minutes
%H - hour
%d - day
%m - month
%y - year

Examples


DateFormat: "%d %b %Y %X %Z"
      

See also

ExcerptPadding, ExcerptSize, ExcerptStopword, Locale.