![]() |
|
|
|
#1 |
|
Hi There,
Does anyone know how to change the default date format from mm/dd/yy to dd/mm/yy ? Thanks Rob Rob Nugent |
|
|
|
|
#2 |
|
Posts: n/a
|
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 |
|
|
|
#3 |
|
Posts: n/a
|
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 |
|
![]() |
| Thread Tools | Search this Thread |
|
|
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 |