Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to set textfield only with Month and year from calender in CRM

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: enter image description here

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

like image 376
Vishnu Avatar asked Jul 29 '26 00:07

Vishnu


1 Answers

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.
like image 142
Konrad Viltersten Avatar answered Aug 02 '26 15:08

Konrad Viltersten