How to set textfield only with Month and year from

2019-07-07 09:26发布

问题:

After selecting calendar in campaign form , I need to set text field only display Month/Year instead of Day/Month/Year. How can I do this?

I attached a screen shot below:

Here its Day/Month/Year, but I need Month/Year.

回答1:

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).

  1. Set the system settings according to your wishes.
  2. Add custom fields and control the looks in these.
  3. Create a web resource that behaves exactly as you wish.