AbstractDateTimePickerDateTimeToStringFormat Method |
Allows to modify date and time format string.
Namespace: CMS.ExtendedControlsAssembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 8.2.23
Syntax protected 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:
StringSee Also