ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / InputDateBase Class / Format Property

In This Topic
    Format Property (InputDateBase)
    In This Topic
    Gets or sets the format used to display the selected date.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute("d")>
    Public Property Format As String
    [DefaultValue("d")]
    public string Format {get; set;}
    Remarks
    The format string is expressed as a .NET-style Date format string.
    See Also