Fytilis.DateTimePickerCustom 1.0.0

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

// Install Fytilis.DateTimePickerCustom as a Cake Tool
#tool nuget:?package=Fytilis.DateTimePickerCustom&version=1.0.0

DateTimePickerCustom

This projects contains a LibraryClass for a C# WPF application project. The library implements a DateTiemPicker, which besides the date picking has along side a time picking widgets.
Extented documenetations and comments for easy modifications and styling. Appropriate for a dropdown or popup widget for returning a DateTiem value to a textbox, or for a stand-alone calander widget.

Table of Contents

Features

  1. LibraryClass for a DatePicker. All the logic is located in teh code behind, which is heavily commneted for easy understanding and modification.
  2. Therefore, the .xaml file is clean and contains only the styles (which will be moved in a different file in the next update) and the grid layout.
  3. A time picker will be added soon.
  4. The project solution has a WPF application connected to the library for testing the LibraryClass.

Overview

The DatePicker widget (the TimePicker will be added to the next update).

Installation

Method 1. NuGet

  1. Download using Nuget Package manager.
  2. In the Solution Manager, under dependancies there should be a DateTimePickerCustom.dll file.
  3. Include that file in your WPF Application by using the following line.

xmlns:[YourNamespace]="clr-namespace:DateTimePickerCustom;assembly=DateTimePickerCustom"

Method 2. GitHub

  1. Clone Github repository and add the LibraryClass to your solution.
  2. This is how the solution tree in the solution explorer should look like, if you add a test WPF application.

solut tree

  1. Importing the LbraryClass to the WPF aaplication using the lines with the gray arrow.

Test

Usage

Besides a stand-alone calander, its a great and stylized solution for a Date and Time Picker as a Popup for a TextBlock Date and time selection.

Contributing

If you would like to contribute to the project, I would love hearing from you. I message in github or in my e-mail.

License

MIT-license


Product Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.7.2

    • No dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0 1 12/31/2023

Initialization of the LibraryClass project with the Date calander. The time picker will be incorporated in the next version.