Hi,
Is there any way to rotate the calendar of the jqxDateTimeInput object to aligned with the object.
I’m using a <DIV>, and inside the DIV, I’m using the follow code to create the “jqxDateTimeInput”:
<link rel="stylesheet" href="jqwidgets/styles/jqx.energyblue.css" type="text/css">
<div id="dateInput"></div>
The problem is that I can rotate the DIV making the “jqxDateTimeInput” rotate with it by 90 degrees, but when you click on it, it will open the calendar without rotation. I Also tried to use the command: “-webkit-transform: rotate(90deg);” with no success.
I’m using the JQWidgets version 4.1.2.
Any help will be greatly appreciate it.
Sincerely, Pedro