把umbraco添加一个波斯或其他语言Datatimepicke

把umbraco添加一个波斯或其他语言Datatimepicke

本文介绍了如何在一把umbraco添加一个波斯或其他语言Datatimepicker?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要添加一个波斯(沙姆西)日期时间选择器我website.i知道在Asp.net波斯数据时间选择器或C#,但我使用一把umbraco,需要在一把umbraco能够使用和更改添加persiandatetimepicker persiandatetimepickers code在我的code。
我该怎么做?

i need to add a persian (shamsi) date time picker in my website.i know about persian data time picker in Asp.net or C# but i'm using umbraco and need to add persiandatetimepicker in umbraco that can use and change persiandatetimepickers code in my code.how do i do it?

我发现此链接:
http://our.umbraco.org/forum/developers/api-questions/19718-Using-Umbraco-Date-Time-Picker-in-ASCX-file

但不实用。

推荐答案

您可以创建一把umbraco新的数据类型既存储和自己的风格和preference渲染日期。
该过程涉及创建几个类,其中一种实现称为IDataType的接口。蒂姆Geyssens,在一把umbraco总部的工作人员,对基本一个伟大的博文。

You can create new datatypes in Umbraco to both store and render dates in your own style and preference.The process involves creating a couple of classes, one of which implements an interface called IDataType. Tim Geyssens, staff at Umbraco HQ, has a great blogpost on the basics here.

这篇关于如何在一把umbraco添加一个波斯或其他语言Datatimepicker?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-04 03:08