GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Microsoft  >  VB.NET

 Print  |  
Question:  VB.NET Date conversion

Answer: how to convert mm/dd/yyyy to dd/mm/yyyy.


September 09, 2008 08:23:27 #3
 ItsSanju   Member Since: September 2008    Total Comments: 1 

RE: VB.NET Date conversion
 
Its better to retrieve the System date format first and system date seperator.

On the basis of that retrieve the vales of Day, Month and year.

Now you are having everything related to date.

You can generte any type of formated date.

I am using this and satisfied.

Regards,
Sanjay
     

 

Back To Question