I need to customize the Campaign Form in Microsoft Dynamis CRM .In this Form I need to customize the calender of Fiscal Year.it dispalys mm/dd/yyy format ..and i need to customize MM/YYYY Fromat.How to do this?
相关问题
- Dynamics CRM 365 - Cannot access Xrm.Page.entity i
- crm 2011 creating a view of merged contacts
- Outlook Object Model - Hooking to the Conversation
- Analyzing Outlook HANG dump (with GoogleCalendarSy
- My email signature will not appear when generating
相关文章
- C# 调用outlook发送邮件获取邮件签名
- Using Xrm.WebApi method in Web Resource opened in
- Outlook SMTPClient server error 5.3.4 5.2.0
- How to Embed Image in Outlook Signature?
- Save content of Email body in outlook to a file
- How to reference the mail which triggered the outl
- Authenticating with on-premise (IFD) CRM using NTL
- How to list all CRM fields which are dirty in cons
I suspect that the date-time field is formatted according to the system settings (be that picked from CRM or the user's computer). Not sure if it's editable other than that. I'll take a look at it later today.
In case it's not possible to customize the date format of a single field you've got three options (listed in increasing order of control but also of implementation workload).
This is only fot that field? The format of datetime is based on user options. If it's only for that field see this answer.