Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_beginners thread: Help me to formatting my date..


Message #1 by miss ruby <unix_box@y...> on Mon, 29 Apr 2002 06:25:30 -0700 (PDT)

hello folks..


how can i formatting my date to dd/mm/yyyy format??
it is related to my regional setting???


thankss..




=====
miss ruby
interatif frontier
damansara intan
petaling jaya
selangor
malaysia

__________________________________________________
Do You Yahoo!?
Yahoo! Health - your guide to health and wellness
http://health.yahoo.com
Message #2 by Elissa Setarehshenas <elissasetareh@y...> on Mon, 29 Apr 2002 08:55:22 -0700 (PDT)
miss ruby,
Use myDate.ToShortDateString()

Elissa
--- miss ruby <unix_box@y...> wrote:
> 
> 
> hello folks..
> 
> 
> how can i formatting my date to dd/mm/yyyy format??
> it is related to my regional setting???
> 
> 
> thankss..
> 
> 
> 
> 
> =====
> miss ruby
> interatif frontier
> damansara intan
> petaling jaya
> selangor
> malaysia
> 
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Health - your guide to health and wellness
> http://health.yahoo.com
> 


__________________________________________________
Do You Yahoo!?
Yahoo! Health - your guide to health and wellness
http://health.yahoo.com
Message #3 by miss ruby <unix_box@y...> on Mon, 29 Apr 2002 18:41:32 -0700 (PDT)

Thanks for your advise. I already do the code. but the
result is in mm/dd/yyyy. So how i can formatting the
date to dd/mm/yyyy???


thanks..




--- Elissa Setarehshenas <elissasetareh@y...>
wrote:
> miss ruby,
> Use myDate.ToShortDateString()
> 
> Elissa
> --- miss ruby <unix_box@y...> wrote:
> > 
> > 
> > hello folks..
> > 
> > 
> > how can i formatting my date to dd/mm/yyyy
> format??
> > it is related to my regional setting???
> > 
> > 
> > thankss..
> > 
> > 
> > 
> > 
> > =====
> > miss ruby
> > interatif frontier
> > damansara intan
> > petaling jaya
> > selangor
> > malaysia
> > 
> > __________________________________________________
> > Do You Yahoo!?
> > Yahoo! Health - your guide to health and wellness
> > http://health.yahoo.com
> > 
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Health - your guide to health and wellness
> http://health.yahoo.com
> 


=====
miss ruby
interatif frontier
damansara intan
petaling jaya
selangor
malaysia

__________________________________________________
Do You Yahoo!?
Yahoo! Health - your guide to health and wellness
http://health.yahoo.com
Message #4 by "Minh T. Nguyen" <nguyentriminh@y...> on Mon, 29 Apr 2002 20:50:14 -0700
Ruby,

	You should be able to do it with myDate.ToString("dd/MM/yyyy");
See
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/h
tml/frlrfSystemDateTimeClassToStringTopic1.asp for more info.

Minh.

-----Original Message-----
From: miss ruby [mailto:unix_box@y...] 
Sent: Monday, April 29, 2002 6:42 PM
To: aspx_beginners
Subject: [aspx_beginners] Re: Help me to formatting my date..




Thanks for your advise. I already do the code. but the
result is in mm/dd/yyyy. So how i can formatting the
date to dd/mm/yyyy???


thanks..


  Return to Index