ListChildrenDateFormattingString Property Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Sets or gets a value that indicates a date format string to use when rendering a column in the DateTime format (ie. Publishdate).

Namespace: ContentStudio.Site.ActiveScripting.Document
Assembly: CS_SiteLib (in CS_SiteLib.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public string DateFormattingString { get; set; }

Property Value

Type: String
The default value is d which displays date values using the short date format of the Web server. To use the current format of the system this parameter can be Empty.
Remarks

If the format is not one of the format specifier characters defined in the DateTimeFormatInfo class or the value does not contain a valid custom format pattern a the any date column cannot be formatted. For a more information on the different time format strings see the DateTimeFormatInfo class documentation.
See Also

Reference