Fytilis.DateTimePickerCustom
1.0.0
dotnet add package Fytilis.DateTimePickerCustom --version 1.0.0
NuGet\Install-Package Fytilis.DateTimePickerCustom -Version 1.0.0
<PackageReference Include="Fytilis.DateTimePickerCustom" Version="1.0.0" />
paket add Fytilis.DateTimePickerCustom --version 1.0.0
#r "nuget: Fytilis.DateTimePickerCustom, 1.0.0"
// 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
- LibraryClass for a DatePicker. All the logic is located in teh code behind, which is heavily commneted for easy understanding and modification.
- 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.
- A time picker will be added soon.
- The project solution has a WPF application connected to the library for testing the LibraryClass.
The DatePicker widget (the TimePicker will be added to the next update).
Installation
Method 1. NuGet
- Download using Nuget Package manager.
- In the Solution Manager, under dependancies there should be a DateTimePickerCustom.dll file.
- Include that file in your WPF Application by using the following line.
xmlns:[YourNamespace]="clr-namespace:DateTimePickerCustom;assembly=DateTimePickerCustom"
Method 2. GitHub
- Clone Github repository and add the LibraryClass to your solution.
- This is how the solution tree in the solution explorer should look like, if you add a test WPF application.
- Importing the LbraryClass to the WPF aaplication using the lines with the gray arrow.
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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
-
.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.