Skip to content

FedericoNembrini/maui-custom-date-picker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maui Custom Date Picker

Maui Custom Date Picker is a MAUI library that implements and extends the default Date Picker.

Android iOS Mac Windows
NullableDatePicker - -
NullableTimePicker 🛠️ 🛠️ - -
EditableDateTimePicker - - - -

ToDo

  • Improve Documentation
  • Tests

How To Use

Install the NugetPackage into your shared projects (available soon)

Install-Package FedericoNembrini.Maui.CustomDatePicker

Then in the MauiProgram.cs, and the CustomDatePicker configuration method -

using FedericoNembrini.Maui.CustomDatePicker;;
builder
    .UseMauiApp<App>()
    .UseCustomDatePicker();

Then in your .xaml use it like as a control

xmlns:cdp="clr-namespace:FedericoNembrini.Maui.CustomDatePicker;assembly=MauiCustomDatePicker"

<cdp:NullableDatePicker NullableDate="{Binding TestDate}" />

Screenshot

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages