cancel
Showing results for 
Search instead for 
Did you mean: 

Visual Composer 7.3 Date Format

Former Member
0 Kudos

Dear Experts,

The default date format is like this:

Would like to change the date format to DD.MM.YYYY. What I did was:

I notice that Read-Only will become true, cannot be unchecked. I deployed the model.

At runtime, the date column shows blank:

How can I actually format the date, both in Date Picker and Table to become DD.MM.YYYY?

Thanks in advance,

Lai

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member202465
Contributor
0 Kudos

Hi Lai,

For all I know there is no option to format the Date control presentation. What you can do:

  • Add another control (Input Field / Plain Text, depends if you want to allow editing)
  • Wire its value to the DSTR() expression based on the Date field.
  • In case you want the user to be able to pick dates you still need the Date Picker control to show in the UI as well.

Thanks,

Udi