I am using Syncfusion Angular DateTimePicker component in my app. As you know there is a "Today" button on the calendar. When I click on "Today" button in calendar, I get todays date added to the input. But, I want the current time to be updated as well. How can I do this? Is there a way to set time and date together on Today Button click?
I know I can do that on onChange() event, but, how can I know that the user clicked on Today button? I want to set datetime to now only when Today button is clicked.