cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi.

I'm using DatePicker inside the Flexible Column Layout App. When I click datetime picker I received an error "e.getWeekConfigurationValues is not a function".

Thanks.

0 Likes
View Entire Topic
leonikussmaul
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi Aruna,

Since getWeekConfigurationValues() is not a standard method for the DatePicker control, I am assuming that you have defined this method in your controller. 'e' likely references an object / variable that is being used incorrectly in your code. The error message may be indicating that you are trying to call the method on an object or variable that is not defined correctly.

Please check what 'e' returns in your console, as it is otherwise difficult to provide an accurate solution.