24030301 Canvas-07: Date Range Picker (Input)

6 replies·opened Mar 3, 2024
S
SISCANMar 3, 2024

Hi

Would like to use the "Predefined Ranges" date range picker.
However, can's find an "Input Control" for selected data dates.
Please advise.

Regards
BMC

S
SemiColonWebSTAFFMar 4, 2024

Hello,

There is no Input Control for this specific Date Range control. Simply choose the Custom Range and this will make the Calendar appear for choosing a Custom Range. This is how this particular Date Range control works.

Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

S
SISCANMar 4, 2024

How do I pass the date range on to a script (next page)?
Thanks.

S
SemiColonWebSTAFFMar 4, 2024

Hello,

You can try using something like this:

<form action="#" method="post">
	<div class="d-flex justify-content-end">
		<input class="reportrange form-control w-100" name="demo" style="background: #fff; cursor: pointer; padding: 5px 10px; border: 1px solid #ccc;">
	</div>
	<button class="btn btn-primary" type="submit">Submit</button>
</form>

Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

S
SISCANMar 4, 2024

Thank you.
But I still can't see where the "From - To" dates will be passed onto the next page (script).

S
SemiColonWebSTAFFMar 4, 2024

Hello,

It does pass using the POST method. You will need to check this using a Server Language. Else, you can change the method="post" to method="get" and see it pass in the Address Bar.

Since, currently Customization related Support is not included with the License according to the Item Support Policy: https://themeforest.net/page/item_support_policy . You will need to manually code this or Hire Us to help you out with Customizations.

Let us know if we can help you with anything else or if you find any further issues.

S
SISCANMar 5, 2024

Thank You.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard