Questions tagged [datebox]

Datebox refers to either JTSage-DateBox, or GWT Datebox.

Datebox refers to one of two packages:

170 questions
8
votes
2 answers

How to limit the available Date ranges with the com.google.gwt.user.datepicker.client.DateBox

I need to limit what Dates a user can pick from the com.google.gwt.user.datepicker.client.DateBox. I can't seem to figure out how to limit the min Date so they can't pick past dates. If I can't do this with…
user177800
4
votes
2 answers

How to set time range for datebox

I am trying to set a time range (e.g. from 9am to 3pm only). So far, I have only been able to set the default time. $('#time').trigger('datebox', {"method":"set", "value":"06:00 PM"});
user1187135
4
votes
3 answers

JQuery Mobile/Datebox, difference between display date format and submit date format

Is there a way to display a date in an input different from the format I want to submit. For example I have to submit a date in "yyyy-mm-dd" format but I want to display the date in another format : "dd/mm/yyyy" (french display). Is there a good tip…
Charlyecho
  • 41
  • 1
  • 2
3
votes
0 answers

How to limit the available DateTime ranges in a Google form? Only Next 4 weeks may be available, and strictly between 17:30PM < 20:30PM date

I would like to know: How to limit the available DateTime ranges in a Google form? Only Next 4 weeks may be available, and strictly between 17:30PM < 20:30PM date. Indeed, I am free to help a non-profit association 3 hours everyday, but I am now…
3
votes
1 answer

java zk mvvm clear datebox and do @command

I'm trying to make a filter with a datebox. When no date is inserted, this will not be added to the query. When date is inserted, he counts from this date on. This works all very good, the only stupid little problem I have is that I have a button…
chillworld
  • 4,207
  • 3
  • 23
  • 50
3
votes
2 answers

jQuery Mobile datepicker versions issues

I'm facing some issues when using datepicker of jquery mobile (datepicker) When I use the version 1.5 of jQuery and 1.0a4.1 of jQuery mobile, the datepicker is shown as expected. Here is the code:
amp
  • 11,754
  • 18
  • 77
  • 133
3
votes
2 answers

JQM Datebox remove Hours and Seconds from durationbox

I've had a good look through their docs, but does anyone know if it is possible to remove the 'days' and 'seconds' options from the popup for the durationbox? Here is what I have:
Fraser
  • 14,036
  • 22
  • 73
  • 118
2
votes
2 answers

how to set date input data-options using jquery

I am using JQuery-Mobile datebox , and I want to set date input data-options using JQuery edit: my question is : how to set date input data-options using jquery ? input code :
Bader
  • 3,656
  • 9
  • 38
  • 55
2
votes
3 answers

jQuery mobile Datebox CSS not loading properly

I have a simple two page website developed using jQuery mobile framework. I had the need to use Datebox plugin for selection of times. Both pages of my website are in the same .php file separated by divs with data-role="page" appropriately. My only…
user3889963
  • 477
  • 3
  • 6
  • 17
2
votes
1 answer

How to get dates from Jquery Mobile Datebox input fields looping a div

I need to loop through a div and get the dates from all input fields inside the div. Input fields are Jquery Mobile DateBox input fields. I am cloning a div containing Jquery Mobile DateBox input field and appending to another main div. The same may…
Joseph
  • 1,060
  • 3
  • 22
  • 53
2
votes
1 answer

How to mask datebox

I have a datebox on "zk" and i need to mask it in this way: dd/mm/yyyy I've found some solution online but all based on textbox (and not datebox) like this: jQuery(compId).mask("dd/mm/yyyy"); i've tried using as compId my datebox but is…
2
votes
1 answer

How to show only before dates in JTSAGE date picker

I use Jtsage date picker in my mobile application(jquery mobile and phonegap). I want to show only today and before today date(hide future dates ) so i refer this documentaion. In that documentation they mention…
Vini
  • 967
  • 1
  • 15
  • 33
2
votes
0 answers

Datebox CSS is not loaded with backbone.js

My issue is that the datebox CSS is not being loaded. In my main.js file i have following code: var mainRouter; require.config({ paths: { text: 'libs/require/text', underscore: 'libs/underscore/underscore-min', jquery:…
Priya
  • 1,453
  • 4
  • 29
  • 55
2
votes
1 answer

JQuery Mobile Custom Flipbox set initialization value

I have a custom flipbox which is described in the accepted answer here: JQuery Mobile Custom Flipbox get selected value. I'm struggling to set the initial value after the page is rendered my 'change-page' function is something like…
2
votes
2 answers

Cannot format time output

I'm using DateBox as a time picker control in my web application, and it works, but I'm having some trouble with formatting the time output. The documentation on the site is pretty complete... or so it seems. It's as if some of the settings don't…
keeehlan
  • 7,874
  • 16
  • 56
  • 104
1
2 3
11 12