Want Date Format in dd/mm/yyyy in ASP.Net With C#.

This is a discussion on "Want Date Format in dd/mm/yyyy in ASP.Net With C#." within the ASP.NET Forum section. This forum, and the thread "Want Date Format in dd/mm/yyyy in ASP.Net With C#. are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > ASP.NET Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Oct 20th, 2005, 09:02
New Member
Join Date: Sep 2005
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Want Date Format in dd/mm/yyyy in ASP.Net With C#.

Dear Friend,

I am new in ASP.Net with c#.

I want date in a dd/mm/yyyy format with validation in TextBox . Is anybody guide me how shall ?

As I got date with dd/mm/yyyy but it will also accept 32/02/2005. Though Feb has less 30 days.

Also when I compare two textbox it will not evalute properly. eg I want TextBox2 date greater then TextBox1. So I had used
CompareValidator, & select type="date" but it will not evalute.

Pl guide me.


Thanking You,
Reply With Quote

  #2 (permalink)  
Old Nov 2nd, 2005, 12:57
Reputable Member
Join Date: Aug 2003
Location: United Kingdom
Posts: 158
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Want Date Format in dd/mm/yyyy in ASP.Net With C#.

Have you considered using the 'RegularExpressionValidator'?

If this is no god any you want to physically stop people from entering 32 into the textbox for the date, I would suggest either using the calendar object or a dropdownlist that populates on pageload/postback with the correct number of days.

HTH
Reply With Quote
Reply

Tags
date, format, ddmmyyyy, aspnet

Thread Tools

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

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
JS date format joe3dge JavaScript Forum 0 May 21st, 2007 00:11
Changing date format in date picker AdRock JavaScript Forum 1 Aug 1st, 2006 17:16
How to format date/time from input box ? kahpeng Classic ASP 1 Mar 27th, 2006 05:08
date format help please charter Databases 3 Jun 14th, 2004 20:09
Date Format ekendricks Classic ASP 3 Sep 1st, 2003 17:03


All times are GMT. The time now is 15:56.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

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