Token导航 LogoToken导航TokenDH.com
前端设计只读github未标认证来源可访问许可证需确认审计通过

syncfusion-winui-calendar-date-pickerSynfusion WinUI 日历日期选择器

Agent Skill

syncfusion-winui-calendar-date-picker 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

593

周安装

24

GitHub Stars

公开资料未说明

下载量

186
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:syncfusion-winui-calendar-date-picker(Synfusion WinUI 日历日期选择器)
来源仓库:https://github.com/syncfusion/winui-ui-components-skills
仓库路径:skills/syncfusion-winui-calendar-date-picker
安装命令:
npx skills add https://github.com/syncfusion/winui-ui-components-skills --skill syncfusion-winui-calendar-date-picker
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/syncfusion/winui-ui-components-skills --skill syncfusion-winui-calendar-date-picker

简介

用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中围绕仓库状态或协作事项进行整理。
  • 通过 npx skills add 命令从指定仓库安装并使用。
  • 安装前需确认权限范围和维护状态,避免触发联网或文件读写操作。
  • syncfusion-winui-calendar-date-picker 属于前端设计类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Syncfusion WinUI Calendar Date Picker

Comprehensive guide for implementing the Calendar Date Picker control in WinUI 3 desktop applications. The SfCalendarDatePicker provides an intuitive, touch-friendly interface for selecting dates from a drop-down calendar with extensive customization options.

When to Use This Skill

Use this skill when you need to:

  • Implement date input with calendar drop-down in WinUI applications
  • Add date selection with visual calendar interface
  • Restrict date selection using min/max dates or blackout dates
  • Customize calendar appearance and behavior
  • Support multiple calendar systems (Gregorian, Hebrew, Hijri, etc.)
  • Display week numbers in calendar
  • Implement navigation between month/year/decade/century views
  • Create localized date pickers for different cultures
  • Handle date validation and selection events
  • Block specific dates (weekends, holidays) from selection

Component Overview

The SfCalendarDatePicker control combines a text editor with a drop-down calendar, allowing users to select dates either by typing or by choosing from the calendar. It supports various date formats, calendar types, and extensive customization options.

Key Features:

  • Date selection via drop-down calendar or keyboard input
  • Min/max date restrictions
  • Blackout dates to prevent specific date selection
  • Dynamic date blocking with custom logic
  • Multiple calendar systems support (Gregorian, Hebrew, Hijri, etc.)
  • Localization for different cultures and languages
  • Week number display with configurable rules
  • View navigation (month, year, decade, century)
  • Customizable date formats and display
  • Theme and template customization
  • Touch-friendly interface
  • Built-in validation and events

Documentation and Navigation Guide

Getting Started

📄 Read: references/getting-started.md

Start here for initial implementation. This covers:

  • Installing the Syncfusion.Calendar.WinUI NuGet package
  • Creating WinUI 3 application setup
  • Basic XAML and C# implementation
  • Programmatic and interactive date selection
  • Null value handling with AllowNull property
  • Header and description setup
  • Watermark text (PlaceholderText)
  • SelectedDateChanged and SelectedDateChanging events
  • Edit modes (Mask vs Normal/free form editing)
  • Drop-down button visibility
  • Submit buttons configuration

Date Selection and Restriction

📄 Read: references/date-selection-restriction.md

Learn how to control which dates users can select:

  • SelectedDate property for getting/setting dates
  • MinDate and MaxDate for date range restrictions
  • BlackoutDates collection for blocking specific dates
  • Dynamic date blocking using CalendarItemPrepared event
  • Blocking weekend days or holidays
  • Custom display text for specific dates
  • SelectionHighlightMode (Outline vs Filled)
  • SelectionShape (Circle vs Rectangle)
  • Validation patterns and edge cases

UI Customization

📄 Read: references/ui-customization.md

Customize the visual appearance and behavior:

  • ShowClearButton to show/hide the clear button
  • DropDownPlacement for alignment (Left, Right, Top, Bottom, Center)
  • DropDownWidth and DropDownHeight for sizing
  • OutOfScopeVisibility to show/hide leading and trailing dates
  • Custom item templates using AttachedFlyout and DropDownFlyout
  • EventDataConverter pattern for highlighting special dates
  • Theme key customization (colors, fonts, borders)
  • CalendarItem styling with ContentTemplate
  • Advanced template patterns

Localization and Formatting

📄 Read: references/localization-formatting.md

Configure calendar types, languages, and date formats:

  • CalendarIdentifier for different calendar systems (Gregorian, Hebrew, Hijri, Korean, Taiwan, Thai, Persian, UmAlQura)
  • Language property for culture-specific display
  • DisplayDateFormat for editor text format
  • DayFormat, MonthFormat, DayOfWeekFormat for calendar display
  • MonthHeaderFormat for header customization
  • FirstDayOfWeek to set week start day
  • NumberOfWeeksInView to control visible weeks
  • DateTimeFormatter patterns

Navigation Between Views

📄 Read: references/navigation.md

Control view modes and navigation behavior:

  • DisplayMode property (Month, Year, Decade, Century)
  • MinDisplayMode and MaxDisplayMode for view restrictions
  • View navigation patterns for specific use cases (e.g., credit card expiry)
  • Keyboard shortcuts for navigation (Tab, Arrow keys, Ctrl+Arrow, PageUp/Down, Home/End)
  • Mouse interaction patterns
  • Selection based on view restrictions

Week Numbers

📄 Read: references/week-numbers.md

Display and customize week numbers:

  • ShowWeekNumbers property to enable week display
  • WeekNumberRule (FirstDay, FirstFourDayWeek, FirstFullWeek)
  • WeekNumberFormat for custom formatting with prefix/suffix
  • WeekNumberTemplate for complete customization
  • WeekNameTemplate for day name customization
  • CalendarItemTemplateSelector usage

Quick Start Example

Installation

Install the NuGet package:

Install-Package Syncfusion.Calendar.WinUI

Basic Implementation

XAML:

<Window
    xmlns:calendar="using:Syncfusion.UI.Xaml.Calendar">

    <Grid>
        <calendar:SfCalendarDatePicker
            x:Name="calendarDatePicker"
            Header="Select Date"
            PlaceholderText="Choose a date"
            SelectedDate="{x:Bind ViewModel.SelectedDate, Mode=TwoWay}"
            MinDate="2024-01-01"
            MaxDate="2024-12-31"
            DisplayDateFormat="MM/dd/yyyy" />
    </Grid>
</Window>

C#:

using Syncfusion.UI.Xaml.Calendar;

// Create instance
SfCalendarDatePicker datePicker = new SfCalendarDatePicker();

// Configure properties
datePicker.Header = "Select Date";
datePicker.PlaceholderText = "Choose a date";
datePicker.SelectedDate = DateTimeOffset.Now;
datePicker.MinDate = new DateTimeOffset(new DateTime(2024, 1, 1));
datePicker.MaxDate = new DateTimeOffset(new DateTime(2024, 12, 31));
datePicker.DisplayDateFormat = "MM/dd/yyyy";

// Handle selection changed
datePicker.SelectedDateChanged += (s, e) =>
{
    var oldDate = e.OldDate;
    var newDate = e.NewDate;
    // Process date change
};

this.Content = datePicker;

Common Patterns

Pattern 1: Date Range Restriction

Restrict users to select dates within a specific range:

// Only allow dates in current year
datePicker.MinDate = new DateTimeOffset(new DateTime(DateTime.Now.Year, 1, 1));
datePicker.MaxDate = new DateTimeOffset(new DateTime(DateTime.Now.Year, 12, 31));

Pattern 2: Block Weekend Days

Prevent selection of weekend days:

datePicker.CalendarItemPrepared += (s, e) =>
{
    if (e.ItemInfo.ItemType == CalendarItemType.Day &&
        (e.ItemInfo.Date.DayOfWeek == DayOfWeek.Saturday ||
         e.ItemInfo.Date.DayOfWeek == DayOfWeek.Sunday))
    {
        e.ItemInfo.IsBlackout = true;
    }
};

Pattern 3: Credit Card Expiry Date Selection

Allow only month and year selection:

<calendar:SfCalendarDatePicker
    MinDisplayMode="Year"
    MaxDisplayMode="Decade"
    DisplayDateFormat="MM/yyyy" />

Pattern 4: Localized Date Picker

Create a date picker for a specific culture:

datePicker.CalendarIdentifier = "HebrewCalendar";
datePicker.Language = "he-IL";
datePicker.FirstDayOfWeek = DayOfWeek.Sunday;

Key Properties at a Glance

Date Selection

  • SelectedDate - Gets or sets the currently selected date
  • AllowNull - Allows null value when no date is selected

Date Restrictions

  • MinDate - Minimum selectable date (default: 1/1/1920)
  • MaxDate - Maximum selectable date (default: 12/31/2120)
  • BlackoutDates - Collection of dates to block from selection

Display and Formatting

  • DisplayDateFormat - Format string for editor display (default: "d")
  • DayFormat - Format for day numbers in calendar
  • MonthFormat - Format for month names
  • DayOfWeekFormat - Format for day-of-week headers
  • MonthHeaderFormat - Format for month/year header

Calendar Configuration

  • CalendarIdentifier - Calendar system (Gregorian, Hebrew, Hijri, etc.)
  • FirstDayOfWeek - First day of the week (default: Sunday)
  • NumberOfWeeksInView - Number of weeks shown in month view (default: 6)

Navigation and Views

  • DisplayMode - Current view mode (Month, Year, Decade, Century)
  • MinDisplayMode - Minimum allowed view mode
  • MaxDisplayMode - Maximum allowed view mode

Week Numbers

  • ShowWeekNumbers - Displays week numbers (default: false)
  • WeekNumberRule - Rule for first week of year (FirstDay, FirstFourDayWeek, FirstFullWeek)
  • WeekNumberFormat - Format string for week numbers (default: "#")

UI Customization

  • PlaceholderText - Watermark text when no date is selected
  • OutOfScopeVisibility - Show/hide out-of-scope dates (Enabled, Hidden)
  • DropDownWidth - Width of drop-down calendar
  • DropDownHeight - Height of drop-down calendar
  • SelectionHighlightMode - Highlight style (Outline, Filled)
  • SelectionShape - Selection shape (Circle, Rectangle)

Additional Resources

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

37.46%
按下载量换算70

Claude

29.47%
按下载量换算55

Cursor

19.97%
按下载量换算37

Gemini CLI

8.67%
按下载量换算16

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills