skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class DateInput

Inheritance
System.Object
DateInput
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll

Syntax

public class DateInput

Constructors

DateInput()

Declaration
public DateInput()

DateInput(CultureInfo)

Declaration
public DateInput(CultureInfo cultureInfo)
Parameters
System.Globalization.CultureInfo cultureInfo

Properties

CultureInfo

Gets or sets the culture that determines the value of the localizable separators and placeholders in the input mask.

Declaration
public CultureInfo CultureInfo { get; set; }
Property Value
System.Globalization.CultureInfo

A System.Globalization.CultureInfo containing the culture information associated with the input mask.

DateFormat

Gets or sets the date and time format used by RadDateInput.

Declaration
public virtual string DateFormat { get; set; }
Property Value
System.String

A string specifying the date format used by RadDateInput. The default value is "d" (short date format).

Examples
private void Page_Load(object sender, System.EventArgs e)
{
   RadDateInput1.DateFormat = "M/d/yyyy"; //Short date pattern. The same as "d".
}
Private Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.Load
   RadDateInput1.DateFormat = "M/d/yyyy" 'Short date pattern. The same as "d".
End Sub

MaxDate

Gets or sets the maximum date.

Declaration
public DateTime MaxDate { get; set; }
Property Value
System.DateTime

MinDate

Gets or sets the minimum date.

Declaration
public DateTime MinDate { get; set; }
Property Value
System.DateTime

ShortYearCenturyEnd

Gets or sets a value that indicates the end of the century that is used to interpret the year value when a short year (single-digit or two-digit year) is entered in the input.

Declaration
public int ShortYearCenturyEnd { get; set; }
Property Value
System.Int32

The year when the century ends. Default is 2029.

Remarks

Having a value of 2029 indicates that a short year will be interpreted as a year between 1930 and 2029. For example 55 will be interpreted as 1955 but 12 -- as 2012

ShortYearCenturyStart

Gets a value that indicates the start of the century that is used to interpret the year value when a short year (single-digit or two-digit year) is entered in the input.

Declaration
public int ShortYearCenturyStart { get; }
Property Value
System.Int32

The year when the century starts. Default is 1930.

Remarks

Having a value of 1930 indicates that a short year will be interpreted as a year between 1930 and 2029. For example 55 will be interpreted as 1955 but 12 -- as 2012

Methods

ParseDate(String, Nullable<DateTime>)

Declaration
public DateTime? ParseDate(string value, DateTime? baseDate)
Parameters
System.String value

System.Nullable<System.DateTime> baseDate

Returns
System.Nullable<System.DateTime>

Extension Methods

SvgExtentions.Traverse<T>(T, Func<T, IEnumerable<T>>)
SvgExtentions.TraverseDepthFirst<T>(T, Func<T, IEnumerable<T>>)
Getting Started
  • Install Now
  • Demos
  • Step-by-Step Tutorial
  • Sample Applications
  • SDK Samples
  • Visual Studio Extensions
Support Resources
  • Code Library
  • Knowledge Base
  • Videos
Community
  • Forums
  • Blogs
  • Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.