Tom,
For now, you can implement it yourself. Just add it as a custom code.
Tom,
For now, you can implement it yourself. Just add it as a custom code.
I did But would like to see a date AND timepicker component, for date colums in my collection.
I suppose we'll add something nice. Stay tuned
Hi ! Any news on TimePicker ? thanks !
TheMac
Hi,
Updating is planned a little bit later, in mid-April.
Any updates? TimePicker is a real need for solving the problems of developers which Appery intends to solve. I can't imagine it was not thought of and implemented by appery along with DatePicker.
A web solution needs to work for every browser out there, and currently IE/firefox does not support input=time (only chrome is working fine). This causes a serious burn on the developers in order to find a solution to get input from the users of other browsers. My application is going haywire on firefox due to this.
Hi xman,
Currently we don't have such component yet.
But you can use any other jQuery plugin to make timepicker from common input component.
For example this one: http://jonthornton.github.io/jquery-t...
Here other 10: http://www.sitepoint.com/10-jquery-ti...
Regards.
Hello Yurii
I need some timepicker component.
could you give me some advice how to add jQuery plugin?
thank!!
$(function() {
$('#datetimepicker3').datetimepicker({
pickDate: false
});
});
Hi Spark,
Here is a brief plan for this goal:
1 Download jQuery plugin. Copy JS text.
2 Create new JS asset in Appery.io application.
3 Paste JS code from 1st step to the JS asset from 2nd step.
4 Now you can plugin like it described in documentation for plugin.
For example:
pre
jQuery('[name="inputName"]').pluginName();
/pre
Regards.