Tagged Questions
The created tag has no wiki summary.
4
votes
5answers
3k views
How to get date picture created in java
I would like to extract the date a jpg file was created. Java has the lastModified method for the File object, but appears to provide no support for extracting the created date from the file. I ...
3
votes
2answers
133 views
Delphi 6: How can I change created filedate (= file creation date)
I've been searching now for HOURS on Google (and here).
And I cannot find a solution.
I want to CHANGE the "Created Filetime" (= creation filetime) in DELPHI 6.
Not the "Modified file time" (for ...
2
votes
1answer
5k views
jquery remove parent not working on dynamically created divs
im trying to use jquery in order to make a button remove its parent div.
my markup:
<div class="web_store_fields" id="web_store_input1">
<p>
<label for="web_store_address[]" ...
2
votes
1answer
516 views
MySQL: add created and modified fields
What's the best approach to add created and modified fields in MySQL:
1) using MySQL features like on update CURRENT_TIMESTAMP or
2) using PHP (or something else)? Why?
If the answer is MySQL, how ...
1
vote
1answer
35 views
created modified function (default) is not working in Cakephp 1.2 version
I created an application and all the db tables have 'created,modified' fields that filled automatically by Cakephp's Default Functionality.
And i put the Field Type is
created datetime NULL,
modified ...
1
vote
1answer
212 views
What's the created Date-time for Table row in Oracle?
Yesterday my friend -BI Specialist - explained me an oracle problem :
there's an oracle database that contain huge amount of data but they don't make column for each table that store Created datetime ...
0
votes
1answer
12 views
Javascript dynamically created form field validation
I have created a form with a dynamically created field and i am trying to find a way to validate all the fields with javascript. I just want to alert the user that a field is null. Here is my code:
...
0
votes
0answers
19 views
Issue In Printing Last created tablenames
I want to list the last created tables names as list in my site.There have sql backup file of database.When iam using the below code to list names,the table names repeated more than one.
This is my ...
0
votes
1answer
32 views
Access objects on a dynamically created UserControl an a dynamically created tab page
Access objects on a dynamically created UserControl an a dynamically created tab page
I can usually find the answers to most of my questions via the Google Gods, but not this time. I hope the ...
0
votes
2answers
55 views
Kohana 3.0.4 ORM $_created_column $_updated_column
I have a problem in my model declaration, in Kohana 3.0.4 with the fields $_created_column and $_updated_column.
The problem is that :
- When I create and update objects from my controllers, the ...
0
votes
1answer
28 views
How to access DOM elements when the ids were dynamically created with numbers
I am building a forum page that submits a number of comments with respect to a subject much like the one we are on. Hence, when I acess the database to display the comments, I need to dynamically ...
0
votes
1answer
186 views
Getting date/time of creation of a file
This seems like a pretty straightforward question but I haven't been able to find a definitive answer anywhere online. How can I get the date/time a file was created through Java's file manager? Aside ...
0
votes
1answer
77 views
Rename DB Fields after Bake
i realised (after baking and much customisation) that i can use DB fields called 'created' and 'modified' (as long as the are type Datetime and default NULL) to get built in functionality to save ...
0
votes
2answers
581 views
jQuery - programmatically create dynamic links
I'm pretty new to jQuery and javaScript programming and wondered if anyone could help me?
I have slider bar which is populated using an unordered list. Works very nicely, rendering text dynamically ...
0
votes
2answers
536 views
2 dynamically created select box using jquery
I just want to create a 2 select box where if a user select an option in first select box, second select box also select that option value or let's say the 2 select box must select 1 identical index ...
0
votes
1answer
654 views
How to get data from dynmically created Treeview
I am using ComponentArt Third party controls for ASP.NET 2.0.
Here is the problem i am facing.
I created some ComponentArt.Web.UI.TreeView at runtime on Page_Load.
Now at click event of a button, i ...