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?
Asked
Active
Viewed 330 times
0
-
1By the way, a very similar question is asked [here on SO](http://stackoverflow.com/questions/15614029/how-to-set-textfield-only-with-month-and-year-from-calender-in-crm/15615013#15615013). Are you using two profiles? It's called [sockpuppetry](http://meta.stackexchange.com/questions/tagged/sock-puppets) and is strictly prohibited. You may get banned for just a suspicion of doing that. I'm not a snitch, so I won't report it but others may. – Konrad Viltersten Mar 25 '13 at 12:37
2 Answers
1
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.

Community
- 1
- 1

Pedro Azevedo
- 2,507
- 1
- 16
- 22
0
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).
- Set the system settings according to your wishes.
- Add custom fields and control the looks in these.
- Create a web resource that behaves exactly as you wish.

Konrad Viltersten
- 36,151
- 76
- 250
- 438