raj majety

Greenhorn
+ Follow
since Jun 09, 2004
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by raj majety

Can some one give me some info where I can find a good framework to consolidate all the cookies in our application. These are session cookies which expire when the users browser is closed. Thanks.
19 years ago
Thanks for the code. The code snippet that you send does change the year to 4 digit year but the century it defaults to is not what I want.
Current result:

dateString=:06/09/0004

I want the result to be:

dateString=:06/09/2004
19 years ago
I did change my name. Now do I have to post the message again? Thanks
19 years ago
I want to convert a 1 digit year to 4 digit year. Can some one help me?
I can give an example:
If I type in 6/9/4 the result should be 06/09/2004 instead of 06/09/0004 (SimpleDateFormat by default does 0004).
19 years ago