Is it possible to give customise input.date adaptive card - adaptive-cards

How to give custom style to date picker control of adaptive card for Android platform
Also is it possible to allow typing date on date picker on mobile with this adaptive card date control?

Related

Fusion Chart Widget for Project Timelines and Milestones

I am looking for a widget (preferably fusion chart) with the following capabilities
Should accept the lane category values dynamically to make it work
for any number of categories
Widget should accept lane background color as input.
The starting timeline should be first date provided by the list.
By default widget should show 12 months.
It should take title as input
User should be able to change the Milestone position by dragging it
Widget should have capability to update the model when user changes a milestone
by dragging it.
It should have capability to color code the
milestones
Show the current date (Orange line)
It should have capability for the user to view timeline in different ranges like 1M, 3M, 6M,
12M, All or Custom Date range
The FusionCharts Milestone indicator widget is not satisfying the highlighted requirements. Also it requires a task to be added to a category to add a milestone.
Can you please suggest if it is possible to achieve this in the FusionCharts Milestone indicator itself or is there a widget which better satisfies the given requirements

Adaptive Cards : Highlighting Dates in Date Input

Hi using adaptive cards on my chatbot ui, i have a Adaptive card of "type": "Input.Date".When the user opens up the date panel, i need to high light few dates based on custom logic. is that something that adaptive cards implementation supports. I have a specific scenario where input.date selection should be used to pre-filter input.time as part of the same card.
That is not currently supported in the property set of the Input Date element
http://adaptivecards.io/explorer/Input.Date.html
You should request this as a feature on the GitHub site:
https://github.com/Microsoft/AdaptiveCards/issues

How to turn off the time selection in the bootstrap datepicker?

I've embed a bootstrap datepicker from http://www.malot.fr/bootstrap-datetimepicker/demo.php
I want only the date and month and year to be displayed. But in this plugin I've date,month,year, and time. How do I remove only the time selection from this datepicker?
Use DatePicker instead of DateTimePicker.
I use a different datetime picker, and have had great success with it. Bootstrap 3 Date/Time Picker. It uses Moment.js and allows for all sorts of date/time formatting options. It is also more accessible, and allows for scrolling through the calendar and time option using a keyboard.
Using the plugin I suggested, the format for just the date would be:
$('.formDate').datetimepicker({
format: 'MM/DD/YYYY'
});

How to display html webresource on top of MS dynamcis CRM main page

I have created a HTML web resource which contains jQuery DateTime Picker control customized as per my needs. When I add it to the CRM entity page it shows an input fields as usual. However when I click into this input field, the DateTime picker control gets opened but not visible completely on the CRM page.
Can anyone help me to get this?
I'm afraid that this is an issue with iframes and browser security. Please see This Post for the reasoning.
I see that you have two options. You can use unsupported methods to add the date picker control to the CRM form page, which would take some somewhat-serious hacking or you could expand the web resource to accommodate the date picker control.

Android time and date picker in one (iOS equivalent)

I am building an HTML5 coded app that will be wrapped for both android and iPhone.
I have a button that should evoke the date/time picker. On iOS this is easy as the picker already exists in one
Android has date and time picker in two different pickers.
Do you have any examples of combining them? Or introducing a flow going from one picker to the other without having two different buttons on the start screen to select from?
What I want is 1 button on the screen: "Select date and time" -> Opens combined picker (or picker flow)
I don't want 2 buttons: "Select date" "Select time" -> here you need to open two pickers independently. One for each button.
Any suggestions, examples and so on are more than welcome.
Thanks.
Every browser renders the native date and time pickers slightly differently.
If you're looking for a consistent solution, you can take a look at the Mobiscroll Date & Time Scroller.
It supports both Android and iOS, and it's themable, so you have even more control on how it looks & feels.