Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

New UI component, TimePicker

Tom,

For now, you can implement it yourself. Just add it as a custom code.

Tom6106181
Posts: 0
Joined: Fri Aug 02, 2013 12:39 pm

New UI component, TimePicker

I did :) But would like to see a date AND timepicker component, for date colums in my collection.

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

New UI component, TimePicker

I suppose we'll add something nice. Stay tuned :)

Tom6106181
Posts: 0
Joined: Fri Aug 02, 2013 12:39 pm

New UI component, TimePicker

Sweet :)

themac
Posts: 0
Joined: Fri Mar 08, 2013 9:36 pm

New UI component, TimePicker

Hi ! Any news on TimePicker ? thanks !

TheMac

Nikita
Posts: 0
Joined: Fri Feb 28, 2014 4:02 pm

New UI component, TimePicker

Hi,

Updating is planned a little bit later, in mid-April.

xman
Posts: 0
Joined: Sun Jul 06, 2014 7:05 pm

New UI component, TimePicker

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.

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

New UI component, TimePicker

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.

Spark Chao
Posts: 0
Joined: Sat Jan 17, 2015 6:25 am

New UI component, TimePicker

Hello Yurii
I need some timepicker component.
could you give me some advice how to add jQuery plugin?
thank!!

$(function() {
$('#datetimepicker3').datetimepicker({
pickDate: false
});
});

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

New UI component, TimePicker

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.

Return to “Issues”