datefield
ExtJS Datefield and change calling function
I am using ExtJS 3.3.1 and below is my code for a DateField. When the DateField is valid I would like it to call this function, however nothing is currently happening when I change the field.[详细]
2023-03-13 06:58 分类:问答Flex - how to detect event when a DateField is edited
How can I detect when a user changes a date field - specifically when they TYPE the date as I have set it to editable:[详细]
2023-03-10 12:08 分类:问答How to set DateField value using a string containing the date and time?
I have the following string \"29/05/2012 12:11 PM\" i want to add this value to a DateField i did it like this:[详细]
2023-03-08 21:57 分类:问答Improve performance of querys in Postgresql with an index
I have in PostgreSQL tables, each with millions of records and more that one hundred fields. One of them is a date field, which we filter by this in our queries. The creation of an index for this date[详细]
2023-03-08 01:08 分类:问答Open Flex Datefield Calendar to Beginning of the SelectabeRange Instead of the End of it
I\'ve got a Flex 3 datefield like this: <mx:DateField id=\"myDateSelector\" selectableRange=\"{{ rangeStart : new Date(2011,0,1), rangeEnd: new Date(2011,3,30) }}\"[详细]
2023-03-05 07:08 分类:问答How to remove Border from mx:DateField?
according the documentation borderThickness is an applicable style, but when I try to set it to anything (would prefer \'0\') it says \"The style \'borderThickness\' is excluded by type \'mx.controls.[详细]
2023-02-25 06:07 分类:问答Can I create Date entry control with date separator for classic ASP
I was using a calendar control for entry of date in a classic-ASP application. But calendar control is not keyboard friendly and take more time for data entry. So later I added a 开发者_如何学Pythonsi[详细]
2023-02-20 21:39 分类:问答Flex DateField and MySQL default date value 0000-00-00
I created a service and callResponder (Via Generate Service Call and Generate Form in Flash Builder 4) that query a MySQL database for a name and a birth date.[详细]
2023-02-17 05:06 分类:问答Flex DateField SelectedField Always Set to NULL
I\'d like to format the DateField string as \"MM/YYYY\". However, I notice that its selectedDate property is always set to null even if a valid date is selected. Can someone shed some light on this?[详细]
2023-02-17 01:32 分类:问答ExtJS Having More Than One vType Applied To A Field
I have seen examples that use built-in vTypes and custom ones for a field, but never a custom and built-in vType together. For example, here is one I am currently using in my code which I have found f[详细]
2023-02-15 02:01 分类:问答