How to Remove Time Section from Date Picker?

When am trying to drag a date component in dashboard designer of version 3.0, by default time section is displayed on the date picker, can we remove that time section?
datepicker

Hello Akshay,
Yes, we can remove time section use the below steps.
Step1: Right click on “Date Picker”.
datepicker1
Step2: Click on Advance and then CSS.
image
Step3: Add the below CSS code in CSS editor.

.calendar-time{
		display:none !important;
} 

image
Step4: Then just click on ‘Apply’.
image
Step5: Now click on edit option of input parameter and set Display format and Output format as ‘YYYY-MM-DD’ as shown below.
image
Step6: Now save it and refresh dashboard.
Before: image
After: image

Thank You,
Helical Team.