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

Reply

ASP Net - day month year

 
Thread Tools Search this Thread
Old 04-08-2006, 03:05 AM   #1
Default day month year


how to get the
day if 1-9 then 01-09 else 11-31
month if 1-9 then 01-09 else 10-12
year 01-99


=?Utf-8?B?am9l?=
  Reply With Quote
Old 04-08-2006, 04:54 AM   #2
=?Utf-8?B?UGhpbGxpcCBXaWxsaWFtcw==?=
 
Posts: n/a
Default RE: day month year
Response.Write (DateTime.Now.ToString("MM"));
Response.Write (DateTime.Now.ToString("yy"));
Response.Write (DateTime.Now.ToString("dd"));
--
HTH,
Phillip Williams
http://www.societopia.net
http://www.webswapp.com


"joe" wrote:

> how to get the
> day if 1-9 then 01-09 else 11-31
> month if 1-9 then 01-09 else 10-12
> year 01-99



=?Utf-8?B?UGhpbGxpcCBXaWxsaWFtcw==?=
  Reply With Quote
Old 04-08-2006, 08:10 AM   #3
Teemu Keiski
 
Posts: n/a
Default Re: day month year
E.g with string formatting. More information about it:

Formatting Types
http://msdn2.microsoft.com/en-us/lib...9x(VS.80).aspx

--
Teemu Keiski
ASP.NET MVP, AspInsider
Finland, EU
http://blogs.aspadvice.com/joteke

"Phillip Williams" <> wrote in message
news:68503DBA-E47C-4330-9C73-...
> Response.Write (DateTime.Now.ToString("MM"));
> Response.Write (DateTime.Now.ToString("yy"));
> Response.Write (DateTime.Now.ToString("dd"));
> --
> HTH,
> Phillip Williams
> http://www.societopia.net
> http://www.webswapp.com
>
>
> "joe" wrote:
>
>> how to get the
>> day if 1-9 then 01-09 else 11-31
>> month if 1-9 then 01-09 else 10-12
>> year 01-99





Teemu Keiski
  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
Blockbuster Online One Month FREE coupon code: 1769ta Jaya DVD Video 0 01-03-2007 04:22 PM
displaying only current month dates asp.net calendar control prasanthamohan Software 0 07-18-2006 07:43 AM
As growth slows, Hollywood faces a DVD standoff. Allan DVD Video 0 07-11-2005 02:10 PM
Blockbuster Online: Now $14.99 a month. One-Shot Scot DVD Video 0 12-29-2004 04:01 PM
DVD Verdict reviews: LAW AND ORDER: SPECIAL VICTIMS UNIT: THE FIFTH YEAR and more! DVD Verdict DVD Video 0 11-03-2004 10:12 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