use the below code for function onChange(control, oldValue, newValue, isLoading, isTemplate) {if (isLoading || newValue === '') {return;}var g_user_date_format = g_user_date_time_format.split(' ')[0]; // Extract only the date partvar g_user_time_form...