Questions tagged [datebox]

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

Datebox refers to one of two packages:

170 questions
0
votes
0 answers

Block native datepicker to show

I am trying to use the datebox plugin (http://dev.jtsage.com/jQM-DateBox/), to generate some custom datapicker boxes in my jquerymobile app. I am calling tham using:
0
votes
3 answers

How to format date value before setting to a date picker input field?

Using JQuery, I created a simple date text field with dateFormat: "mmddyy". There is no problem in the way it works. But the corresponding database field is of type DATE and stores the value in "YYYY-MM-DD" format. So, when I read the value from…
Manoj Shrestha
  • 4,246
  • 5
  • 47
  • 67
-1
votes
1 answer

Weird positioning of an icon

I have a page (html5, jq, jqm, css), and I'm using JQM-DateBox plugin I'm using specifically the FlipBox option. As you can see right on that link, on the right side of the input, there's an icon. The icon shows up in my case ike this: Basically…
1x2x3x4x
  • 592
  • 8
  • 26
-1
votes
1 answer

How to convert DateBox's date string into Date_SHORT("YYYY-MM-DD") format?

I use DateBox in Google App Script, and got the value of DateBox Sat Jul 20 2013 00:00:00 GMT+0800 (HKT). How can I convert it to just be 2013-07-20?
-3
votes
3 answers

How do you clear the datebox value?

How do you clear the datebox value? On load my datebox has the following data by default: "01/01/0001 00:00:00" From View: @Html.TextBoxFor(m => m.Date, new { @id = "date", @name = "date", @data_role = "datebox",@value="", @data_options = "…
taia
  • 61
  • 3
  • 12
1 2 3
11
12