HBS.DatePickerFormComponent.Kentico.MVC 12.29.1

dotnet add package HBS.DatePickerFormComponent.Kentico.MVC --version 12.29.1
NuGet\Install-Package HBS.DatePickerFormComponent.Kentico.MVC -Version 12.29.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="HBS.DatePickerFormComponent.Kentico.MVC" Version="12.29.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add HBS.DatePickerFormComponent.Kentico.MVC --version 12.29.1
#r "nuget: HBS.DatePickerFormComponent.Kentico.MVC, 12.29.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install HBS.DatePickerFormComponent.Kentico.MVC as a Cake Addin
#addin nuget:?package=HBS.DatePickerFormComponent.Kentico.MVC&version=12.29.1

// Install HBS.DatePickerFormComponent.Kentico.MVC as a Cake Tool
#tool nuget:?package=HBS.DatePickerFormComponent.Kentico.MVC&version=12.29.1

DatePickerFormComponent

Adds a Date Picker for use in your forms or widget/section/pagetemplate properties.

Instructions

Example use in widget property

[EditingComponent(DatePickerComponent.IDENTIFIER, Label = "Date")]
/// <summary>
/// Date field input.
/// </summary>
public string Date { get; set; }

Example on live site form

example image

Product Compatible and additional computed target framework versions.
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
12.29.1 2,571 8/21/2019
12.29.0 434 8/21/2019

12.29.1
Added the content files
12.29.0
Initial Release