dates Programming Software Development by I_Byte …. Can you help? Also, are there other ways of formatting dates? I've tried putting the date in a variable and… Re: dates Programming Software Development by I_Byte … b) Use overloaded constructors to create CDateFormat objects initialized with dates of the formats in part a. I cannot get any… Re: dates Programming Software Development by I_Byte … b) Use overloaded constructors to create CDateFormat objects initialized with dates of the formats in part a. BUT, I cannot get… dates Programming Software Development by Mwakudua Andrew how do you record dates to a file in pascal? dates Programming Web Development by info@infotech please help me i want to months name between two dates. Dates between the two given dates Programming Databases by pointers Hi, Can we get a SQL query, to display all the dates between two given dates eg. if date1=21-mar-2007 and date2=25-mar-2007 then the query should display all the dates between those two given dates i.e 22-mar-2007, 22-mar-2007, 23-mar-2007and 24-mar-2007. Query should not contain any plsql coding. Regards. Dates in drop down box Programming Web Development by trizzy9 … done apart from the calendar where users can choose the dates of when they want to rent the car. i tried… boxes). Now the problem is that i can choose the dates but if i click search, it doesnt see that ive… choosen the dates. i was wondering if someone can help me with it… dates and libraries Programming Software Development by christianthag … have an excersice which say's: Built a class for dates using private data.the attributes must be controlled for validness… print and a method which returns the difference between 2 dates.Also make a method that calculates the day of the… Re: Dates in drop down box Programming Web Development by trizzy9 … it might be...i just have to enter loads of dates in it... anyways i have to try figure the thing… Dates Comparisons (SQL) Programming Web Development by HashimKhan How Can dates be compared in SQL........? eg. startdate=10-10-2010 , end date=10-11-2010 Dates Past in Calendar Assistance Programming Web Development by BleepyE … I want some code to change the visible text when dates are past, my current code is below, but this only… Re: Dates Past in Calendar Assistance Programming Web Development by BleepyE … $nextevent date. Im looking for some method of inputting the dates into a MySQL table for example, and then the php… Re: Dates Past in Calendar Assistance Programming Web Development by diafol Save dates to mysql - you need help on that? Should be straightforward: $… Dates in column users across top Calender Planner Programming Web Development by wooshman … more names seperated with : My planner needs to have the dates in the left column, row by row, and the engieers… Re: how to check consecutive dates Programming Software Development by debasisdas dates are in which file ,is it in a database ? Re: dates Programming Software Development by Paladine Format(Date(),"mmmm dd"", ""yyyy") Re: dates Programming Software Development by I_Byte Paladine, thanks for your reply, but it still didn't work for me. Example: A user enters 020161 (my birthday). I format it using: Format(birthday,"mmmm dd"", ""yyyy") I actually get 20161. I want to get: February 1, 1961. Thanks! Re: dates Programming Software Development by Dani You say the book has problems without answers? Is it possibly meant to be used as a student's textbook? If you really like the book, perhaps you can check the publisher's website to see if there is an "answer key" softcover available? Re: dates Programming Software Development by I_Byte Hi and thanks for the suggestion. I will look for an asnwer key on their web site. I guess this book can be used as a textbook, but I wouldn't use it if I had to teach a class. The only reason I am looking at it is because my company is going to vb.net and a friend let me have the book before she moved to Alabama. It was a brand new book (she … Re: dates Programming Software Development by Paladine OK, I am little confused, are you doing this Date time thing in VBA or VB.NET? you started the thread with VBA? Just want to clarify Re: dates Programming Software Development by Paladine I just re-read the thread, and I have to ask more details on the .NET question. Because, it will invariably depend on how the data is entered. There are numerous combinations. Jul 20,03 Jul 20/03, 07/20/03, 072003, 20/07,03 ... get my meaning. There is no way, that I have come across that in code you can compensate for those variations. … Re: dates Programming Software Development by Paladine Ok I_Byte. Do something like, have the user provide a date, in any date format they choose, and you can use the ToString() Function to output the result to any date format you like. Example: User passes in a date like 22/07/03, but you want it to be in as Tuesday, July 22, 2003 { this is pseudo-code} Ok, well [code]… Re: dates Programming Software Development by Paladine Opps. forgot to mention something. Sorry been working every night this week. The "D" in the ToString function, is one of several preset strings in VB.NET for date time formats. "d" is the classic 22/07/03 for example. my bad... Re: dates Programming Software Development by I_Byte Thanks for all your help. As I said before, I am mostly doing stuff in VBA at work, but I was told to learn VB.NET since we might be goint to it soon. There is only one computer at work that has VB.NET on it. A friend gave me a book and I am trying to follow it. I would not have purchased it myself because it really isn't that good. I borrowed… Re: dates Programming Software Development by Lord Soth Hi, You can either create a text file and write the date as a string or you can create a typed file with type of a record you create with date and other related fields and write directly those record types to typed file. [B]Loren Soth[/B] Re: dates Programming Software Development by Mwakudua Andrew please coluld you show me an example? Re: dates Programming Web Development by pritaeas Give an example. What do you have so far? Re: dates Programming Web Development by Gideon_1 Yh, your php script that you want to get the months. Re: Dates in my database become 0 or -1 Programming Software Development by Begginnerdev Exact duplicate of [this.](http://www.daniweb.com/software-development/vbnet/threads/419532/dates-in-my-database-become-0-or-1) Difference between Dates Programming Software Development by sready … , n+2 , n+3 , ... instead of chronological dates. My dates right now are stored in a hash, and i output…sort {$a <=> $b} keys %dates) { print OUTPUT "$dates{$date}{date}\t$dates{$date}{count}\n"; } close OUTPUT; [/…the difference between the release date and the different dates in the hash table (whether it be n+…