Summary: hi all, is there an easy way to compare if a dates object passed in is equal to today ?? my code so far : today = new Date(); //this has time ...
Summary: Do a Google search on JAVA API and look at the Date class and the Gregorian Calendar class. The calendar functions are very robust and can do a lot t...
Summary: i want to craete a window batch file (.bat)which compare the current date time with the files(.txt) exist in some dirctory and segregate it which one...
Summary: Since you did say WHERE your error is happening, i can tell that this line is wrong: a.printDate(); since a is an array of date objects, you cannot as...
Summary: copy files but compare their dates first ============================= hi i searched web and your site for my answer but no where i found it. i nee...
Summary: I'm trying to make a batch file to decode several audio files to wav by typing: decode file or decode "file" The problem I'm having is detecting the f...
Summary: Hi. I'm using Delphi 2007 enterprise, and I'm having trouble setting a param, as it won't let me add one, atall. The reason I need one if because I ne...
Summary: You have just two small errors. import java.until.*; should be: import java.util.*; and Date = new Date(); should be: Date toDay = new Date(); Cannot ...
Summary: PEOPLE: Hi ! I'm searching for a good site with tcp/ip programming in Unix/Linux OS to communicate with some windows boxes :-(Would you suggest me one...
Summary: Anne, thank you for coming back to advise about the successful completion of your project. It's been a pleasure collaborating with you. Good luck Wah...
Summary: While you're learning how to program, you should take the time to understand why modularization is good, and why you should keep in mind Object Orient...
Summary: I don't do PHP, but I believe that it is a server side language (meaning, it runs on the web server BEFORE the page is sent to the browser) and I know...
Summary: I run batch files on 19 different computers from the scheduled tasks. Each one is set up with the same permissions and types of users. Only one will...
Summary: HI, I'm trying to write a W2K batch file on a test rig to find filenames including the string 'exenames', dated yesterday and today, comparing both fi...
Summary: I need a batch file read a specific file date + time and compare it to my hardcoded date and time. If is a equal, another batch file will run and is n...
Summary: I'm new to batch files and I hope what I'm asking is possible. What I need to do is this. I want to write a batch file for a scheduled task. I read ev...
Summary: Hi, I would like your opinion/suggestion/idea in this pls. I have a comma separated text file (attached) with 9 fields. I am interested in the 1st ...
Summary: Reposted from DOS forum: I'm not familar with DOS and require technical assistance for a solution... I have to write a .cmd file (NOTE: This .cmd fil...
Summary: No problemo...Just do a date subtraction, which returns a TimeSpan class, which then has a "Days" property. Dim d as DateTime = new DateTime(2006, 04,...
Summary: Hi These subroutines may be useful for calculating date issues in Batch File coding. The sub-rountines use variables a-f so best to not to use them in...
Summary: News:UCCDraw Flow/Diagramming Component V9.60 Released (full Visio 12 Look! And full source codes) ---------------------- March 16, 2006 For more info...
Summary: I'm moving a text file from a network drive and inserting it into an access database. Is there anyway to say go and grab the file with the most recen...
Summary: objCurrentFolder is a folder object, same as when the current script uses this: Set aFolderArraySource = objFSO.GetFolder Once you have a folder as an...
Summary: well, The only thing plausible that i can think of is that you would need to encode the form values before you sumit them to the database. This just m...