【问题标题】:windows phone display hijri date pickerwindows phone 显示回历日期选择器
【发布时间】:2014-08-25 11:14:26
【问题描述】:

请告诉我如何修改 silverlight 工具包日期选择器 (toolkit:DatePicker) 以使用回历日历 问候。

【问题讨论】:

    标签: calendar datepicker windows-phone hijri


    【解决方案1】:

    我们来回答您在 windows mobile 8 上测试过的问题

    CultureInfo sa = new CultureInfo("ar-SA");
    sa.DateTimeFormat.Calendar = new System.Globalization.HijriCalendar();
    Thread.CurrentThread.CurrentCulture = sa;
    // Sets the UI culture to Arabic (Saudi Arabia)
    Thread.CurrentThread.CurrentUICulture = sa;
    

    【讨论】:

      猜你喜欢
      • 2023-03-03
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2014-12-25
      • 1970-01-01
      • 1970-01-01
      • 2021-10-16
      • 1970-01-01
      相关资源
      最近更新 更多