Hi,
i'm developing a Hawtio plugin and it's my first time working with AngularJS. I'm trying to have some component that would be enable to pick a date and time.
Basically what i did is expanded the simple plugin project.
First i tried it with the datetime-local input component, which gets the job done. The only thing i have a problem is that i don't know if the format of the datetime can be set. Couldn't find any information about that and it if can be controlled?
The other option is to using something like this:
https://dalelotts.github.io/angular-bootstrap-datetimepicker/But here my problem begins where i lack some understanding of the whole AngularJS framework and how it is connected to the Hawtio plugin implementation.
How do i add that datetimepicker to my plugin or any other custom components for that matter? Is there any documentation about that?
If is this more of a AngularJS issue, then i can ask it somewhere else.
Probably i just overlooked something, but if i could get some help with this it would be great.
Cheers,
Tomaz