Go Back   Velocity Reviews > Newsgroups > MCSD
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

MCSD - Changing Default Date Format

 
Thread Tools Search this Thread
Old 03-31-2005, 11:30 AM   #1
Default Changing Default Date Format


Hi There,

Does anyone know how to change the default date format
from mm/dd/yy to dd/mm/yy ?

Thanks

Rob


Rob Nugent
  Reply With Quote
Old 04-02-2005, 04:58 AM   #2
~Maheshkumar.R
 
Posts: n/a
Default Re: Changing Default Date Format
I'm following this way of coding to achieve the same.. I hope this will help
you

Example from my code::

response.Write (
Day(rs.Fields("UE_DATE")) & "/" & Month(rs.Fields("UE_DATE")) & "/" &
Year(rs_a.Fields("UE_DATE"))
)


Mahesh
http://spaces.msn.com/members/cyberiafreak




"Rob Nugent" <> wrote in message
news:101f01c535dc$a733bc30$...
> Hi There,
>
> Does anyone know how to change the default date format
> from mm/dd/yy to dd/mm/yy ?
>
> Thanks
>
> Rob





~Maheshkumar.R
  Reply With Quote
Old 04-13-2005, 07:13 AM   #3
Pieter
 
Posts: n/a
Default Re: Changing Default Date Format
You can use culture settings to configure your application
for a certain region. You can also use dateformatters like
the ones in your question when converting dates to strings.

>-----Original Message-----
>I'm following this way of coding to achieve the same.. I

hope this will help
>you
>
>Example from my code::
>
>response.Write (
> Day(rs.Fields("UE_DATE")) & "/" & Month(rs.Fields

("UE_DATE")) & "/" &
>Year(rs_a.Fields("UE_DATE"))
> )
>
>
>Mahesh
>http://spaces.msn.com/members/cyberiafreak
>
>
>
>
>"Rob Nugent" <> wrote

in message
>news:101f01c535dc$a733bc30$...
>> Hi There,
>>
>> Does anyone know how to change the default date format
>> from mm/dd/yy to dd/mm/yy ?
>>
>> Thanks
>>
>> Rob

>
>
>.
>



Pieter
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Why No One Wins in the High-Def Format War Ablang DVD Video 50 11-04-2007 04:19 AM
As growth slows, Hollywood faces a DVD standoff. Allan DVD Video 0 07-11-2005 02:10 PM
requesting a hand up - read for your Mom [short message with Quotes] Miss Marple DVD Video 1 03-17-2005 10:07 PM
High Definition and the future of viewing. Allan DVD Video 3 03-09-2005 12:56 AM
NYTimes: Next Video Format robert gray DVD Video 12 01-01-2004 10:42 AM




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46