| AbstractDateTimePickerDateTimeToStringFormat Method | 
            Allows to modify date and time format string.
            
 
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 13.0.131
 Syntax
Syntaxprotected virtual string DateTimeToStringFormat(
	string format,
	CultureInfo culture
)
Parameters
- format
- Type: SystemString
 Base date and time format string
- culture
- Type: System.GlobalizationCultureInfo
 Culture info that can be used to modify format string
Return Value
Type: 
String See Also
See Also