Prepare for your Next Interview
|
Welcome to the Geeks Talk forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
This is a discussion on Date formatting within the C and C++ forums, part of the Software Development category; I am looking for sample code that recognizes date of any format even formats like "Jan-1-2007" , "01-February-2007" , mm/dd/yy , dd/mm/yy, etc and display it as mm/dd/yy in C ...
|
|||||||
|
|||
|
Date formatting
I am looking for sample code that recognizes date of any format even formats like "Jan-1-2007" , "01-February-2007" , mm/dd/yy , dd/mm/yy, etc and display it as mm/dd/yy in C language...
Thanks, Suji |
| The Following User Says Thank You to suji For This Useful Post: | ||
| Sponsored Links |
|
|||
|
Re: Date formatting
Hey Suji,
First two format is easy to code... but other two format logically its very difficult unless the program know what format the user is giving the date.... For example : mm/dd/yy - 07/07/07 This is difficult for the program to under the format by only seeing the numerals... This is what i faced when i coded... Thanks Manoj
|
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Getting a new Date from a Calender control in Playback? | eiman | WinRunner | 4 | 07-25-2008 06:19 AM |
| Filling "Date Creation" field with the current day | Lokesh M | Test Director | 1 | 02-27-2008 08:39 AM |
| First digit of date is getting truncated | JobHelper | QTP | 3 | 04-20-2007 05:47 AM |
| Date Function in Oracle | Robert | Oracle | 4 | 02-16-2007 06:15 AM |
| release date | Aam23 | LoadRunner | 1 | 01-28-2007 03:18 PM |