Spideyweb.Umbraco.SimpleTimePicker 1.0.1

dotnet add package Spideyweb.Umbraco.SimpleTimePicker --version 1.0.1
NuGet\Install-Package Spideyweb.Umbraco.SimpleTimePicker -Version 1.0.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="Spideyweb.Umbraco.SimpleTimePicker" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Spideyweb.Umbraco.SimpleTimePicker --version 1.0.1
#r "nuget: Spideyweb.Umbraco.SimpleTimePicker, 1.0.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 Spideyweb.Umbraco.SimpleTimePicker as a Cake Addin
#addin nuget:?package=Spideyweb.Umbraco.SimpleTimePicker&version=1.0.1

// Install Spideyweb.Umbraco.SimpleTimePicker as a Cake Tool
#tool nuget:?package=Spideyweb.Umbraco.SimpleTimePicker&version=1.0.1

Simple Time Picker

A (wait for it..) simple time picker for Umbraco 7, derived from the Umbraco datepicker property editor.

How to use it

Create a new data type using the 'Simple Time Picker' property editor, save and add to a document type.

The editor will be restricted to using valid 24h (HH:mm) time format and property value is stored as a sting.

How to install

The package is available via NuGet:

Install-Package Spideyweb.Umbraco.SimpleTimePicker
There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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
1.0.1 2,357 3/11/2020
1.0.0 432 3/11/2020

1.0.0 Initial release