-
Expert Member
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
-
Expert Member
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
-
Junior Member
-
Expert Member
Re: Date formatting
Hi Atul
Just call me Manoj
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules