The datefield tag has no wiki summary.
0
votes
0answers
15 views
Update returning value from the database for fields with combobox and datefield
I'm still a newbie to Adobe Air/Flex, and still fairly new with SQL.I'm having the following problem with a combobox, datefield and sqlite database. I'm trying to get data from a database to a form ...
0
votes
0answers
25 views
Setting two date fields with a if statement
I have a rental lease form (adobe acrobat) with three different fields. One is a dropdown list where the user can select either a 1 year lease term or a 2 year lease term . The other two are date ...
0
votes
1answer
18 views
Datefield error value from db
i try populate a datefield from db value. The db value is: '1940-09-17', the datefield is:
{ fieldLabel: 'Fecha de nacimiento', name: 'fechaNacimiento', xtype: 'datefield',
allowBlank: false, ...
0
votes
1answer
41 views
Filling DateField and TimeField, according to a format, with incoming data
I have a datefield and a timefield in my ExtJS form and I have to fill them with data sent from the server. The server sends data in the following format (via Ajax):
...
0
votes
1answer
60 views
how to reset EXT datefield
I have use two date fields as start and end date to select date range, render these date fields in two separate divs. problem is that when i press reset button date fields get reset but the calendar ...
0
votes
1answer
364 views
ExtJS 4.2 apply DateField to input form field
I am trying to convert my application from 3.1 to 4.2 and can't seem to figure out what needs to be modified in place of the 'applyto'. I have tried variations of renderto and contentel but can't seem ...
0
votes
1answer
38 views
Django wipe datefield value from view
Bit of a random question but ill try my best to describe what im trying to do. I am building a app to manage a set of physical assets which get loaned out.
To return an asset the user visits ...
0
votes
1answer
34 views
error when trying to change Review Date label in Drupal 7 “Dates without hours granularity must not use any timezone handling.”
I am trying to change the label on a field "Review Date" -> "Display Date".
But I get this error: "Dates without hours granularity must not use any timezone handling."
Searching that phrase turns up ...
0
votes
0answers
89 views
How to get text vaule of a DateField before it is commited in Flex
I am trying to add functionality to be able to enter numbers into a DateField without the slashes.
On FocusOut of the DateField I get the text and format it and set the text back and everything works ...
0
votes
2answers
153 views
How to mask Datefield in Flex?
Does anyone know how to mask the input in a DateField in flex?
Our DateField uses the format DD/MM/YYYY.
Our users want:
to be able to type the date in without having to type in the slash
still be ...
1
vote
3answers
194 views
How can i make a datePicker show the date on a textField?
I have a textField in my view and under it a picker.
I need when the user chooses a date from the datePicker the textField to show the exact value of the date.
How do i get the date from the ...
0
votes
0answers
227 views
Symfony empty date field is not required with single_text widget
I created form with date field using single_text widget.
I'm choose this one over choice because I'm using Bootstrap datepicker
Problem I have is that field is always populated with current date ...
0
votes
1answer
43 views
How to generate a List of Dates with Start/End sorted by Month in Drupal7/Views?
I have installed Drupal7 and created a content type (why not call it 'event' for now) to which I added a date field (lets name it 'event-date'). Some event-dates have start- and end-dates.
Now I want ...
3
votes
1answer
874 views
How to set the default value of datafield - EXTJS 4
var startdt = Ext.create('Ext.form.DateField',{
fieldLabel: 'Start Date',
name: 'startdt',
id: 'startdt',
vtype: 'daterange',
format: 'd/m/Y',
endDateField: 'enddt', // id of ...
0
votes
1answer
89 views
Obout Suite Superform DateField issue
I am using the Obout Suite in a website.
I have a SuperForm control in which I have inserted some controls like BoundFields or DateFields.
The problem is that when I select a date at the DateField ...
0
votes
0answers
142 views
CF datefield - calendar icon doesn't trigger date picker while data is loading
I am using CF input calendar datefield on the very top of a page that renders a huge dataset from a query. The output from this huge query also has some pretty heavy code for each loop iteration. So, ...
0
votes
1answer
139 views
ExtJS DateField gets blanked out when selected
I have a grid with a Column configured like...
{
...
editor:new Ext.form.DateField({format:'m/d/Y'}),
renderer: function (val){return val ? Ext.util.Format.date(val, 'm/d/Y') : ''}
...
}
...
0
votes
0answers
129 views
Razor editorFor date not populating with default value
I am using VB in VisualStudio 11 Beta, and I am having issues getting a default date value to populate in the provided date picker. I am using the EditorTemplate below.
@ModelType Date?
...
0
votes
1answer
318 views
how i can export excel file from cakephp or from php of databse mysql
is way that i can export excel file with cakephp from database.
my data is :
[Name] [Tel] [Email] [date]
Name 1 000 1@name.com (0000-00-00)
Name 2 000 2@name.com (1391-12-01)
Name 3 000 ...
0
votes
3answers
81 views
Django DateField substraction
I'm trying this:
retVal= ""
dI = models.DateField(date(year=2005, month=11, day=1))
dF = models.DateField(date(year=2005, month=11, day=6))
diff = dF - dI
retVal += diff + "message"
But I'm ...
1
vote
2answers
1k views
extjs datefield browser not showing up
So I can't seem to find anything on this, but I'm having a weird cross browser issue that I can't seem to find out why it's happening. I have a datefield that is supposed to pull back a certain date. ...
1
vote
1answer
217 views
Access DataField value in Itemrenderer when submitting to Database
I'm really stuck on this one. I have setup an Itemrenderer in a Datagrid which manages a DateField. Users can enter a date and other values directly in the datagrid. When they click 'submit', I want ...
3
votes
2answers
570 views
How do I change the HTML5 placeholder text that appears in date field in Chrome
I was pleasantly surprised to discover that the following code, when viewed in Chrome, renders a datepicker:
`<input type="date" name="wdate" id="wdate" value="" placeholder="date of purchase" ...
1
vote
3answers
1k views
Native Android DatePicker with JavaScript
I am currently building a web based application and would like to use the native Android date picker for a field. I have looked into using PhoneGap but it seems to be more than I need for my project. ...
0
votes
1answer
269 views
How to fill date field via Rules in drupal
One content type in my drupal page (Drupal 7) has a date field. After importing start hour, start minute and duration (Integer values) from an XML file, I want to set date field of the node via Rules. ...
1
vote
1answer
505 views
How to Create a table where fields are days of the year in Access 2010?
So the question is pretty much all in the title. I was just wondering if there is and easy way to create a table and have a field for each day of the year without doing 365 entries.
The reason I ...
0
votes
0answers
292 views
Coldfusion datefield + jQuery post causes Maximum call stack size exceeded error
I have a simple form appearing in a div using a jQuery $.post command. The form contains a cfinput type="datefield" which works great - on the first post. But if you try to post to the div again, you ...
0
votes
0answers
201 views
Flex Combobox and DateField Weird Bug
Using Flex 4.1 Build 16076
I have an mxml file, containing a textinput, a button, a datefield and a combobox.
The data provider for the combobox is an arraycollection.
When the flex application is ...
1
vote
2answers
1k views
Ext.NET 2.0 how to get the value of datefield
I want to get from datefield. Ext.NET 2.0 is a little bit difficult to study.
This is a source of simple datefield.
<ext:DateField ID="DateField1" runat="server"
Vtype="daterange" ...
1
vote
0answers
366 views
Auto fill Webform(date field ) through Webbrowser winforms
I am automating the process of Ticket booking through www.irctc.co.in
Till now I am able to login.. But when specifying ticket details in next form, I am not able to set the Journey Date ...
2
votes
1answer
5k views
ExtJS DateField - initialising date
I have an ExtJS Date field. During some operation in the application, min value and max value get assigned to the date field. The min value and max value are 4 years prior to the current dat, but when ...
0
votes
2answers
315 views
Django admin console - Parse string to DateField
Currently in our database the date field is entered as a string (ex: 11/7/2009). Is there anyway in my models.py file to convert this field from say a TextField to DateField so that in the Admin ...
0
votes
3answers
290 views
tapestry. exists a dateTimeField?
I'm newb in tapestry but I'm afraid there is no datetimeField object.
If I use t:datefield component, I'll have a calendar to pick a date, but I would like to pick as well the time
I'm using ...
1
vote
1answer
831 views
Symfony2 Date Field Year
I am developing an application using Symfony2. The problem comes when creating a registration form that require to use a date field to indicate the date in which the user was born, the possible values ...
2
votes
1answer
2k views
django forms dateField fails validation
I am trying to validate a User Profiling form in django and I can't. It seems that there is something wrong with forms.dateField(). It does not validate (ie. is_valid() return false)
this is my forms ...
0
votes
1answer
2k views
Couldn't get the date from DateField as expected in ExtJS
I tried to get value from datefield using Ext.getCmp('dateFieldId'). I expect it to be a string like 'dd-mm-yyyy'. But what I get is "Mon Feb 6 00:00:00 UTC......"
My code is
var effectivefromdate = ...
5
votes
1answer
213 views
Division by zero error of Solr StatsComponent for date field in case of no results
I have a number of docs indexed by Solr 3.5, which contain date fields (solr.DateField) among others. Now I do request to Solr component which should return no results:
...
1
vote
2answers
369 views
Django's loaddata giving ValidationError on valid date
I'm trying to use fixtures in Django to provide some initial data to one of my projects. The model that I want to provide this data to has a DateField named 'added'. So in the JSON file that contains ...
0
votes
1answer
564 views
Assign date to DateField
I want to assign date to Date field that is in DD-MM-YYYY format. That is I receive String Closure_Date which contains date in DD-MM-YYYY format. I want to assign that date to Date field like
...
0
votes
2answers
4k views
ExtJS DateField using datetime format
var todate = new Ext.form.DateField({
format: 'd/m/Y',
fieldLabel: '',
id: 'txtExpireDate',
name: 'txtExpireDate',
width: 150,
allowBlank: false,
...
0
votes
2answers
492 views
Django save string to date field
In my Django application I have a DateField (format 'YYYY-MM-DD'). When I try to save the string '2011-11-01' I get no error but my fields gets the NULL value.
I tried to do that with strptime ...
0
votes
2answers
608 views
mx:DateField and binding inside a Form
I have a Form with several FormItems and one of those include an mx:DateField. I am not sure how I should bind the DateField values. I have tried the following which none work:
<mx:DateField ...
1
vote
1answer
600 views
How to get start date and end date of current month in AS3
I have 2 DateFields named startDate and endDate I want to set startDate's Selected date to Current months start date and endDate's Selected date to Current months End date.
How can I achieve this?
...
0
votes
1answer
184 views
How to save a DateField on Blackberry?
I create a DateField and add it on screen1 like above image.
User can select "time" from this DateField.
I want to save this "time" and create a new DateField has a same "time" on screen2
How I can ...
0
votes
1answer
298 views
wrong time shown in Datefield related to TimeZones in Blackberry
I have a problem relating to a countdown based on a DateField.
App
- set a DateField including a default Value (10 minutes)
- get the value of the field, start a thread and reduce the value every ...
1
vote
1answer
402 views
Flex 4 convert the month value of a date to its string equivalent
I'd like to convert a Flex 4 Date object to string in the format of "25 Aug 11".
I thought this would be easy using DateField.dateToString(today,"DD mmm YY"); however the code outputs 25 0808 11 ...
2
votes
1answer
1k views
ExtJS strange dateTimeField value in POST
I am using ExtJS version 3.0.0 and I really don't know why every time I submit a form with a datefield, the date is send to POST like this: Y-7-31 0:i:0 . I have not extended/modified the datefield ...
1
vote
2answers
3k views
Changing value of flex DateField.text property setting selectedDate property to null
I have a strange problem. Setting the text property of a flex DateField makes the selectedDate property of that DateField go to null.
I need to set the text property so that I can use a particular ...
0
votes
2answers
500 views
Flex 4.5, setting locale for datefield does not work
For some reason, setting the application locale to nl_NL does not affect my datefield components.
Dates are still displayed in english language/formatting.
I tried using the following:
But ...
2
votes
2answers
296 views
How to make the format of a DateField to dd/mm/yyyy?
There is a DateField in my Form and I want the field value to be displayed in the format dd/mm/yyyy after dismissing ( choosing ) a date from the date-popup. How to achieve that ?

