Skip to content

GeoGrivas/Blazor.DatePicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blazor.DatePicker

A simple Blazor Date/Range picker written 100% in C#.

You can check it out here https://blazor.adventurouscoding.com

Parameters

  • SingleDate(bool): Single Date mode
  • InlineMode(bool) : Inline display (otherwise it will pop on click)
  • Culture(CultureInfo) : Multi cultural(not RTL though)
  • MinDays/MaxDays(int) : Min/Max days that can be picked
  • NumberOfMonthsToDisplay(int) : Number of months to display
  • DateFormat(string) : Date display format
  • Placeholder(string) : input placeholder
  • MinimumDate/MaximumDate(DateTime?) : Min/Max available date
  • InitialMonth/InitialYear(int) : Starting month/year
  • BlockedDates(List) : Blocked dates
  • OnDateSelected(EventCallback) : Returns picked date or date range when successfully selected

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published