You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I could move a day forward and backward by using below events.
$scope.$broadcast('changeDate', 1);
$scope.$broadcast('changeDate', -1);
but how can I move to a specific day with my own inputs?
for example, my input will be 20th Feb. I should directly move to 20th Feb instead of clicking 10 times on event.
The text was updated successfully, but these errors were encountered:
Thanks, it is working fine now. This plugin helped me a lot.
one last question. Is it possible to add 12 AM at the bottom? Kindly find the attached screen grab. And time should display in front of that horizontal line.
@Raagu1993 I get the idea that you want to make the time label displays as the start hour and end hour. But this calendar is not designed like that. the whole calendar is a table, so the time label appears in the row, indicating the whole hour, instead of in front of a line.
@twinssbc
I could move a day forward and backward by using below events.
$scope.$broadcast('changeDate', 1);
$scope.$broadcast('changeDate', -1);
but how can I move to a specific day with my own inputs?
for example, my input will be 20th Feb. I should directly move to 20th Feb instead of clicking 10 times on event.
The text was updated successfully, but these errors were encountered: