Questions tagged [datecreated]

The creation date of a file or similar object. Use this tag for questions regarding when a file was created.

52 questions
1
vote
3 answers

In XSLT, how can you get the file creation/modification date of the XML file?

I would like to know the file creation/modification date of the XML file currently being processed by my XSLT code. I am processing an XML file and producing an HTML report. I'd like to include the date of the source XML file in the HTML…
e-holder
  • 1,504
  • 4
  • 20
  • 33
1
vote
2 answers

Using exiftool to write in filename either CreateDate or FileModifyDate, whatever exists

Using exiftool to write in filename either CreateDate or FileModifyDate, whatever exists. What is the problem: -If no CreateDate exists, error is happening, and filename is not changed according to Creation date. "Warning: No writable tags set from…
Estatistics
  • 874
  • 9
  • 24
1
vote
1 answer

How to read Last Modified Date in a file on S3

i want to read last modified or created date in a s3 file. i have seen the coding to list all files but i wanted to find a specific file's modified date. i used this coding to retrive the s3 file S3Object s3ProfileObject = s3Client.getObject(new…
1
vote
2 answers

How to fetch records in batches in rails for a specific condition?

I am writing a rake task, to populate a "Product" object records. my current logic is namespace :populate_product do desc "This task is to populate product object, with product ID" task populate_coaching_product_id: :environment do …
John
  • 1,273
  • 3
  • 27
  • 61
1
vote
1 answer

Modify Date Created Attribute

How to modify "Date Created" attribute of files and folders in FAT32 and NTFS using .NET?
user415789
1
vote
1 answer

can someone please explain this SQL code?

WHERE(DATEDIFF(MONTH, datecreated, GETDATE()) = +1) What should this do?
c.pullen
  • 13
  • 2
1
vote
0 answers

c# BitmapMetadata photoshop:DateCreated

Using C#, BitmapMetadata working with images from Adobe Lightroom. I have not been able to get to the photoshop:DateCreated field, even though I can see it in notepad, and in Lightroom. I have not found a solution that works for me. Appreciate any…
1
vote
2 answers

Look for file in folder, get & compare latest date created in c#

I need monitor a folder, see if a file or files has been uploaded. And then I need to get the created date & time of the latest file that has been uploaded and see whether the time creation of the file has been more than 30 minutes from the current…
velvt
  • 143
  • 1
  • 3
  • 13
1
vote
1 answer

Generate a list of the newest file in each subdirectory in windows batch

I have a need to determine what the newest file is in each subdirectory under a root folder and output that list to a text file showing both the filename and creation date. As an example, if the root directory is D:\Data which contains a total of 4…
1
vote
1 answer

Getting last modified date of a file not the last created date in Java

I had copied a file to my android device. When i check it's last modified date with file.lastModified() it returns the date the file was created which is just now. I want the original date when the file was last modified and not copied. I can see…
nissim_dev
  • 323
  • 2
  • 14
1
vote
2 answers

Grails 2.1 dateCreated null intermittently on domain save

tl:dr; This is a bit involved of a problem, any advice is welcome, appreciate reading in advance :) My coworkers and I have been struggling a bit with an odd behavior in our batch processing application. We recently upgraded it from Grails 1.3.7 to…
Will Buck
  • 1,500
  • 16
  • 25
1
vote
2 answers

VBScript that Moves modified files to another folder

Basically, I need a script to move files to another folder that have been accessed and modified. I'm new to scripting, so this may be a simple problem, but I'm stumped. Here's the error I'm getting: Script:…
bmac423
  • 15
  • 1
  • 4
0
votes
1 answer

Rails 3.1 - timestamps in model and delayed time

I have generated a model in my Rails app (3.1) and I have a problem about saving the time into the DB table (through timestamps). The time is delayed of one hour. Exist any global solution of set up the time for timestamps? Thanks in advance
user984621
  • 46,344
  • 73
  • 224
  • 412
0
votes
1 answer

Using pdflib on a scanned document

I got a scanned document in pdf and noticed in the file>properties that the "pdf producer" is pdflib 6.0.3 Questions: why and how was pdflib used to produce this pdf? It was supposed to be a scanned document. why "created" timestamp is later than…
Spike
  • 1
0
votes
0 answers

Issues selecting 3 most recently created items in collection by createdAt with mongoose

I am very new to programming and I am attempting to select and then display the images for the 3 most recently created books in my database but when I sort by createdAt, the images will no longer display. This is the ejs to display the images: <%…
cnharmon
  • 3
  • 3